mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.198.1
This commit is contained in:
40
.stylelintrc.json
Normal file
40
.stylelintrc.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user