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