blob: 3cb43430e2cfa32c3946a0cb3e4e9a4a326bcc44 [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,
"color-named": "never",
"property-no-vendor-prefix": [
true,
{
"ignoreProperties": [
"border-image",
"/^mask-/"
]
}
],
"selector-type-no-unknown": [
true,
{
"ignoreTypes": [
"/^devtools-/"
]
}
]
}
}