mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 00:20:05 +01:00
20 lines
528 B
JSON
20 lines
528 B
JSON
{
|
|
"customSyntax": "postcss-styled-syntax",
|
|
"extends": ["stylelint-config-standard"],
|
|
"plugins": ["stylelint-order"],
|
|
"rules": {
|
|
"alpha-value-notation": "percentage",
|
|
"hue-degree-notation": "number",
|
|
"nesting-selector-no-missing-scoping-root": null,
|
|
"no-empty-source": null,
|
|
"no-invalid-position-declaration": null,
|
|
"order/properties-alphabetical-order": true,
|
|
"value-keyword-case": [
|
|
"lower",
|
|
{
|
|
"ignoreKeywords": ["currentColor", "optimizeLegibility"]
|
|
}
|
|
]
|
|
}
|
|
}
|