Skip to content

Commit

Permalink
Merge branch 'master' of github.com:yibn2008/fast-sass-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
yibn2008 committed May 16, 2017
2 parents 2df1bed + cf73eee commit 2eb0d0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,11 @@ h1 { color: $foobar; }
@import "b.scss";
@import "a.scss"; // this file will be ignore: $foobar === #AAA
h2 { color: $foobar; }
// will output:
// h1 { color: #AAA; }
// h2 { color: #AAA; }
h2 { color: $foobar; }
```

You can use variable prefix to bypass.
Expand Down

0 comments on commit 2eb0d0d

Please sign in to comment.