1
0
mirror of https://github.com/fooflington/selfdefined.git synced 2025-04-24 01:49:25 +00:00
Ned Zimmerman 86713728a4
⚙️ Add stylelint and base configuration (see ) ()
* tooling: add stylelint and base configuration (see )

* Autofix with stylelint on commit
2020-03-07 10:23:05 -08:00

14 lines
237 B
Plaintext

{
"extends": "stylelint-config-recommended-scss",
"plugins": [
"stylelint-order"
],
"rules": {
"order/order": [
"custom-properties",
"declarations"
],
"order/properties-alphabetical-order": true
}
}