21.0.0 • Published 1 year ago
stylelint-config-suitcss v21.0.0
stylelint-config-suitcss
SUIT CSS shareable config for Stylelint.
Configuration rules to ensure your CSS code is compliant with SUIT CSS's code style.
Installation
$ npm install stylelint-config-suitcss
Usage
Set your Stylelint config to:
{
"extends": "stylelint-config-suitcss"
}
Extending the config
Simply add a "rules"
key to your config and add your overrides there.
For example, to allow empty blocks in your CSS turn off the block-no-empty
rule:
{
"extends": "stylelint-config-suitcss",
"rules": {
"block-no-empty": null
}
}
Changelog
License
21.0.0
1 year ago
20.0.0
2 years ago
19.0.0
2 years ago
18.0.0
3 years ago
17.0.0
4 years ago
16.0.0
4 years ago
15.0.0
5 years ago
14.0.0
7 years ago
13.0.0
7 years ago
12.0.0
8 years ago
11.0.0
8 years ago
10.0.0
8 years ago
9.0.0
8 years ago
8.0.0
9 years ago
7.0.0
9 years ago
6.0.0
9 years ago
5.0.0
9 years ago
4.0.0
9 years ago
3.0.0
9 years ago
2.0.0
10 years ago
1.0.0
10 years ago
0.5.1
10 years ago
0.5.0
10 years ago
0.4.0
10 years ago
0.3.0
10 years ago
0.2.1
10 years ago
0.1.0
10 years ago