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