Update .stylelintrc

pull/5003/head
Daniel 2023-03-24 14:26:06 +05:30
parent 9ff544421b
commit a1ed353c31
1 changed files with 39 additions and 34 deletions

View File

@ -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
}
}
]
}