2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Stylelint: disallow some property values (#32756)

* `border: none`
* `outline: none`
This commit is contained in:
XhmikosR
2021-01-13 10:52:41 +02:00
committed by GitHub
parent 69afafe811
commit ed5ddca5ba
+4
View File
@@ -3,6 +3,10 @@
"stylelint-config-twbs-bootstrap/scss"
],
"rules": {
"declaration-property-value-disallowed-list": {
"border": "none",
"outline": "none"
},
"function-disallowed-list": [
"calc",
"lighten",