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