|
vor 1 Jahr | |
---|---|---|
.. | ||
__tests__ | vor 1 Jahr | |
.editorconfig | vor 1 Jahr | |
.eslintrc.js | vor 1 Jahr | |
.prettierignore | vor 1 Jahr | |
.travis.yml | vor 1 Jahr | |
CHANGELOG.md | vor 1 Jahr | |
LICENSE.txt | vor 1 Jahr | |
README.md | vor 1 Jahr | |
index.js | vor 1 Jahr | |
package.json | vor 1 Jahr |
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
}
}