mirror of https://github.com/ColorlibHQ/AdminLTE
Update .stylelintrc
parent
9ff544421b
commit
a1ed353c31
|
@ -2,6 +2,9 @@
|
||||||
"extends": [
|
"extends": [
|
||||||
"stylelint-config-twbs-bootstrap"
|
"stylelint-config-twbs-bootstrap"
|
||||||
],
|
],
|
||||||
|
"overrides": [
|
||||||
|
{
|
||||||
|
"files": ["**/*.scss"],
|
||||||
"rules": {
|
"rules": {
|
||||||
"declaration-no-important": null,
|
"declaration-no-important": null,
|
||||||
"declaration-property-value-disallowed-list": {
|
"declaration-property-value-disallowed-list": {
|
||||||
|
@ -38,3 +41,5 @@
|
||||||
"selector-no-qualifying-type": null
|
"selector-no-qualifying-type": null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue