mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
Stylelint: disallow some property values (#32756)
* `border: none` * `outline: none`
This commit is contained in:
parent
69afafe811
commit
ed5ddca5ba
@ -3,6 +3,10 @@
|
||||
"stylelint-config-twbs-bootstrap/scss"
|
||||
],
|
||||
"rules": {
|
||||
"declaration-property-value-disallowed-list": {
|
||||
"border": "none",
|
||||
"outline": "none"
|
||||
},
|
||||
"function-disallowed-list": [
|
||||
"calc",
|
||||
"lighten",
|
||||
|
Loading…
x
Reference in New Issue
Block a user