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