|
|
преди 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
}
}