blob: f1f62c6620aef52a23c8fc6f37bb373a17591e12 [file] [log] [blame]
{
"extends": "stylelint-config-standard",
"plugins": [
"./scripts/stylelint_rules/lib/use_theme_colors.js"
],
"rules": {
"plugin/use_theme_colors": true,
"alpha-value-notation": "percentage",
"color-function-notation": "modern",
"hue-degree-notation": "angle",
"comment-empty-line-before": null,
"declaration-no-important": true,
"color-named": "never",
"property-no-vendor-prefix": [
true,
{
"ignoreProperties": [
"border-image",
"/^mask-/"
]
}
],
"selector-type-no-unknown": [
true,
{
"ignoreTypes": [
"/^devtools-/"
]
}
]
}
}