mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-14 03:54:21 +00:00
7d3c768d8b
* fetch org design an calc palette * distinct theme deriv * calculate self theme * background palette, fix styles * component fixes, warn color * warn color * stylelint config, set warn color * lint * fallback theme * lint * granted, owned proejct grid * dynamic privacy policy, fix home layout, dismissables, info-section * lint * apply theme from settings * enable cache * fix: add primary tint
50 lines
1.4 KiB
Plaintext
50 lines
1.4 KiB
Plaintext
{
|
|
"plugins": [
|
|
"stylelint-scss"
|
|
],
|
|
"extends": "stylelint-config-standard",
|
|
"rules": {
|
|
"value-keyword-case": null,
|
|
"at-rule-no-unknown": null,
|
|
"no-descending-specificity": null,
|
|
"at-rule-empty-line-before": [
|
|
"always",
|
|
{
|
|
"except": [
|
|
"blockless-after-same-name-blockless",
|
|
"first-nested"
|
|
],
|
|
"ignore": [
|
|
"after-comment"
|
|
],
|
|
"ignoreAtRules": [
|
|
"else"
|
|
]
|
|
}
|
|
],
|
|
"block-closing-brace-newline-after": [
|
|
"always",
|
|
{
|
|
"ignoreAtRules": [
|
|
"if",
|
|
"else"
|
|
]
|
|
}
|
|
],
|
|
"max-line-length": 125,
|
|
"no-empty-source": null,
|
|
"number-leading-zero": "never",
|
|
"scss/at-rule-no-unknown": null,
|
|
"scss/at-else-if-parentheses-space-before": "always",
|
|
"scss/at-function-parentheses-space-before": "never",
|
|
"scss/at-if-closing-brace-newline-after": "always-last-in-chain",
|
|
"scss/at-import-no-partial-leading-underscore": true,
|
|
"scss/at-mixin-argumentless-call-parentheses": "always",
|
|
"scss/at-mixin-parentheses-space-before": "never",
|
|
"scss/dollar-variable-colon-newline-after": "always-multi-line",
|
|
"scss/dollar-variable-colon-space-after": "always-single-line",
|
|
"scss/double-slash-comment-whitespace-inside": "always",
|
|
"scss/no-duplicate-dollar-variables": true
|
|
}
|
|
}
|