Skip to content

Commit

Permalink
Merge pull request #23 from mbicknese/mark-as-maintained
Browse files Browse the repository at this point in the history
Mark as maintained
  • Loading branch information
mbicknese authored Mar 23, 2018
2 parents ef9890e + 38915c7 commit 149023f
Show file tree
Hide file tree
Showing 4 changed files with 7,481 additions and 14 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: node_js
node_js: 9.5
node_js: [9, 8, 7, 6]
script: npm test
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
cache:
directories:
- "$HOME/.npm"
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)
[![Build Status](https://travis-ci.org/stealjs/steal-sass.svg?branch=master)](https://travis-ci.org/stealjs/steal-sass)
[![npm version](https://badge.fury.io/js/steal-sass.svg)](http://badge.fury.io/js/steal-sass)

This project is no longer maintained. However, if you are interested in taking over maintenance we'd love the help! Please add an issue expressing your interest and more than likely no one will object.
# steal-sass

A Steal plugin for Sass.

## Install

```
npm install steal-sass --save
```

## Use

After you've installed you can just start using the plugin directly.

```js
import from 'styles.scss!';
```

## License

MIT
Loading

0 comments on commit 149023f

Please sign in to comment.