|
|
3 years ago | |
|---|---|---|
| .. | ||
| __tests__ | 3 years ago | |
| .editorconfig | 3 years ago | |
| .eslintrc.js | 3 years ago | |
| .prettierignore | 3 years ago | |
| .travis.yml | 3 years ago | |
| CHANGELOG.md | 3 years ago | |
| LICENSE.txt | 3 years ago | |
| README.md | 3 years ago | |
| index.js | 3 years ago | |
| package.json | 3 years ago | |
A Stylelint config that sorts CSS properties the way Recess did and Bootstrap did/does.
*With some modifications & additions for modern properties.
Add stylelint and this package to your project:
npm install --save-dev stylelint stylelint-config-recess-order
js
{
"extends": "stylelint-config-recess-order",
"rules": {
// Add overrides and additional rules here
}
}