feat: change css to use single brand color, only new browsers support
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"extends": ["stylelint-config-recommended", "stylelint-config-html/svelte"],
|
||||
"rules": {
|
||||
"selector-pseudo-class-no-unknown": [
|
||||
true,
|
||||
{
|
||||
"ignorePseudoClasses": ["global"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"ignoreFiles": [
|
||||
".github/**/*",
|
||||
".svelte-kit/**/*",
|
||||
"build/**/*",
|
||||
"coverage/**/*",
|
||||
"dist/**/*",
|
||||
"node_modules/**/*",
|
||||
"reference/**/*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user