mirror of
https://github.com/mue/mue.git
synced 2026-06-06 07:55:48 +02:00
10 lines
220 B
JSON
10 lines
220 B
JSON
{
|
|
"extends": ["stylelint-config-standard-scss"],
|
|
"plugins": ["stylelint-scss"],
|
|
"rules": {
|
|
"selector-class-pattern": null,
|
|
"no-descending-specificity": null,
|
|
"scss/no-global-function-names": null
|
|
}
|
|
}
|