mirror of
https://github.com/sean2077/obsidian-dynamic-theme-background.git
synced 2026-07-22 06:44:57 +00:00
30 lines
No EOL
1.1 KiB
JSON
30 lines
No EOL
1.1 KiB
JSON
{
|
|
"extends": [
|
|
"stylelint-config-standard",
|
|
"stylelint-config-recommended"
|
|
],
|
|
"rules": {
|
|
"declaration-block-no-duplicate-properties": true,
|
|
"declaration-block-no-redundant-longhand-properties": true,
|
|
"property-no-vendor-prefix": true,
|
|
"value-no-vendor-prefix": true,
|
|
"color-named": "never",
|
|
"color-function-notation": "modern",
|
|
"alpha-value-notation": "number",
|
|
"media-feature-range-notation": null,
|
|
"selector-class-pattern": "^(dtb-[a-z0-9-]+|theme-(light|dark)|workspace.*|view.*|markdown-.*|cm-.*|setting-.*|status-.*|titlebar-.*|mod-.*|is-.*|tappable.*|enabled|disabled|error|loading|clickable-icon|side-dock-ribbon)$",
|
|
"value-keyword-case": [
|
|
"lower",
|
|
{
|
|
"ignoreKeywords": [
|
|
"currentColor"
|
|
]
|
|
}
|
|
],
|
|
"no-descending-specificity": null,
|
|
"block-no-empty": true,
|
|
"comment-empty-line-before": null,
|
|
"rule-empty-line-before": null,
|
|
"at-rule-empty-line-before": null
|
|
}
|
|
} |