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