|
преди 1 година | |
---|---|---|
.. | ||
__tests__ | преди 1 година | |
.editorconfig | преди 1 година | |
.eslintrc.js | преди 1 година | |
.prettierignore | преди 1 година | |
.travis.yml | преди 1 година | |
CHANGELOG.md | преди 1 година | |
LICENSE.txt | преди 1 година | |
README.md | преди 1 година | |
index.js | преди 1 година | |
package.json | преди 1 година |
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
}
}