Skip to content

Commit

Permalink
Merge pull request #68 from serranoarevalo/patch-1
Browse files Browse the repository at this point in the history
Installation instructions.
  • Loading branch information
ai authored Sep 14, 2017
2 parents 9cebde7 + ca09ad5 commit d3f1d53
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,14 @@ If you want Sass behaviour with removing inline comments, you can use
[postcss-strip-inline-comments] plugin.

[postcss-strip-inline-comments]: https://github.com/mummybot/postcss-strip-inline-comments


## Installation

### Npm

``` npm --save-dev install postcss-scss ```

### Yarn

``` yarn add --dev postcss-scss ```

0 comments on commit d3f1d53

Please sign in to comment.