Skip to content

Commit 654e950

Browse files
committed
Updates README with --ignore-sass-mixins info
1 parent 2c2e3fd commit 654e950

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,14 @@ rulesets that have fewer matches.
4545

4646
$ csscss -n 10 -v path/to/style.css # ignores rulesets with < 10 matches
4747

48-
If you prefer writing in [sass](http://sass-lang.com/), you can also parse your sass/scss files.
48+
If you prefer writing in [Sass](http://sass-lang.com/), you can also parse your sass/scss files.
4949

5050
$ gem install sass
5151
$ csscss path/to/style.scss
5252

53+
Sass users may be interested in the `--ignore-sass-mixins`
54+
experimental flag that won't match duplicate declarations from including mixins.
55+
5356
If you prefer writing in [LESS](http://lesscss.org/), you can also parse your LESS files.
5457

5558
$ gem install less

0 commit comments

Comments
 (0)