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