5.2.0 • Published 2 years ago
stylelint-config-concentric-order v5.2.0
stylelint-config-concentric-order
This stylelint configuration validates the order of CSS properties according to Concentric CSS. It's highly recommended that you use this in addition to your own rules (or rules from a shareable configuration), since it is only concerned with ordering.
The configuration works with both stylelint --fix
and stylefmt to automatically sort your CSS properties.
Installation
npm install --save-dev stylelint-config-concentric-order
Usage
Add this configuration to the end of your extends
array inside .stylelintrc
{
"extends": [
// ...some other shareable Stylelint configuration
"stylelint-config-concentric-order"
],
"rules": {
// ...your own custom rules and overrides
}
}
5.2.0
2 years ago
5.1.0
3 years ago
5.0.0
4 years ago
4.0.1
4 years ago
4.0.0
5 years ago
3.5.0
6 years ago
3.4.1
7 years ago
3.4.0
7 years ago
3.3.2
7 years ago
3.3.1
7 years ago
3.3.0
7 years ago
3.2.1
7 years ago
3.2.0
7 years ago
3.1.0
8 years ago
3.0.0
8 years ago
2.2.2
8 years ago
2.2.1
8 years ago
2.2.0
8 years ago
2.1.2
8 years ago
2.1.1
8 years ago
2.1.0
8 years ago
2.0.1
8 years ago
2.0.0
8 years ago
1.0.0
8 years ago
0.1.1
8 years ago
0.1.0
8 years ago