4496eb4f05
update layout styles by variables in the variables.less Change-Id: I43fa54f52c791e629f9a04484c80947a04849556
22 lines
478 B
JSON
22 lines
478 B
JSON
{
|
|
"extends": [
|
|
"stylelint-config-standard",
|
|
"stylelint-config-css-modules",
|
|
"stylelint-config-rational-order",
|
|
"stylelint-config-prettier"
|
|
],
|
|
"customSyntax": "postcss-less",
|
|
"plugins": ["stylelint-order"],
|
|
"rules": {
|
|
"no-descending-specificity": null,
|
|
"at-rule-no-unknown": null,
|
|
"color-function-notation": "legacy",
|
|
"property-no-unknown": [
|
|
true,
|
|
{
|
|
"ignoreProperties": ["/Color$/", "/Height$/"]
|
|
}
|
|
]
|
|
}
|
|
}
|