Skip to content

Commit ed5ddca

Browse files
authored
Stylelint: disallow some property values (twbs#32756)
* `border: none` * `outline: none`
1 parent 69afafe commit ed5ddca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.stylelintrc

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"stylelint-config-twbs-bootstrap/scss"
44
],
55
"rules": {
6+
"declaration-property-value-disallowed-list": {
7+
"border": "none",
8+
"outline": "none"
9+
},
610
"function-disallowed-list": [
711
"calc",
812
"lighten",

0 commit comments

Comments
 (0)