You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ steps up to help. Since the SCSS-Lint project relies on the Ruby Sass
22
22
implementation, this means it will eventually not support the latest Sass
23
23
features and bug fixes.
24
24
25
-
Two alternatives worthy of consideration are[stylelint](http://stylelint.io/)
26
-
and [sass-lint](https://github.com/sasstools/sass-lint), with sass-lint having
27
-
closer feature parity to SCSS-lint.
25
+
One alternative worthy of consideration is[stylelint](http://stylelint.io/), which supports SCSS natively.
26
+
If you want to use SCSS-specific rules in addition to stylelint core rules,
27
+
you need to configure stylelint plugins like [stylelint-scss](https://github.com/kristerkari/stylelint-scss) or [stylelint-order](https://github.com/hudochenkov/stylelint-order).
28
28
29
29
The SCSS-Lint project will continue to accept pull requests and provide basic
0 commit comments