We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c2e3fd commit 654e950Copy full SHA for 654e950
README.md
@@ -45,11 +45,14 @@ rulesets that have fewer matches.
45
46
$ csscss -n 10 -v path/to/style.css # ignores rulesets with < 10 matches
47
48
-If you prefer writing in [sass](http://sass-lang.com/), you can also parse your sass/scss files.
+If you prefer writing in [Sass](http://sass-lang.com/), you can also parse your sass/scss files.
49
50
$ gem install sass
51
$ csscss path/to/style.scss
52
53
+Sass users may be interested in the `--ignore-sass-mixins`
54
+experimental flag that won't match duplicate declarations from including mixins.
55
+
56
If you prefer writing in [LESS](http://lesscss.org/), you can also parse your LESS files.
57
58
$ gem install less
0 commit comments