lhl 6ff0e96ad3 8-4-1 | hai 1 ano | |
---|---|---|
.. | ||
__tests__ | hai 1 ano | |
.editorconfig | hai 1 ano | |
.eslintrc.js | hai 1 ano | |
.prettierignore | hai 1 ano | |
.travis.yml | hai 1 ano | |
CHANGELOG.md | hai 1 ano | |
LICENSE.txt | hai 1 ano | |
README.md | hai 1 ano | |
index.js | hai 1 ano | |
package.json | hai 1 ano |
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
}
}