mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
41 lines
820 B
JSON
41 lines
820 B
JSON
{
|
|
"extends": "stylelint-config-sass-guidelines",
|
|
"rules": {
|
|
"indentation": "tab",
|
|
"order/properties-order": [
|
|
"position",
|
|
"z-index",
|
|
"top",
|
|
"right",
|
|
"bottom",
|
|
"left",
|
|
"margin",
|
|
"margin-top",
|
|
"margin-right",
|
|
"margin-bottom",
|
|
"margin-left",
|
|
"padding",
|
|
"padding-top",
|
|
"padding-right",
|
|
"padding-bottom",
|
|
"padding-left"
|
|
],
|
|
"order/properties-alphabetical-order": null,
|
|
"color-named": "always-where-possible",
|
|
"string-quotes": "double",
|
|
"selector-no-qualifying-type": null,
|
|
"selector-max-compound-selectors": null,
|
|
"selector-max-id": null,
|
|
"selector-class-pattern": null,
|
|
"max-nesting-depth": null,
|
|
"scss/at-mixin-pattern": null,
|
|
"scss/dollar-variable-pattern": null,
|
|
"function-url-quotes": [
|
|
"always",
|
|
{
|
|
"except": ["empty"]
|
|
}
|
|
]
|
|
}
|
|
}
|