|
|
пре 2 година | |
|---|---|---|
| .. | ||
| __tests__ | пре 2 година | |
| .editorconfig | пре 2 година | |
| .eslintrc.js | пре 2 година | |
| .prettierignore | пре 2 година | |
| .travis.yml | пре 2 година | |
| CHANGELOG.md | пре 2 година | |
| LICENSE.txt | пре 2 година | |
| README.md | пре 2 година | |
| index.js | пре 2 година | |
| package.json | пре 2 година | |
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
}
}