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