Skip to content

Commit 169a991

Browse files
ybiquitoussds
authored andcommitted
Remove the description about sass-lint
Also, this change adds a new description of stylelint plugins in order to make the migration easier.
1 parent 8db9887 commit 169a991

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ steps up to help. Since the SCSS-Lint project relies on the Ruby Sass
2222
implementation, this means it will eventually not support the latest Sass
2323
features and bug fixes.
2424

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).
2828

2929
The SCSS-Lint project will continue to accept pull requests and provide basic
3030
support on the issue tracker.

0 commit comments

Comments
 (0)