We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69afafe commit ed5ddcaCopy full SHA for ed5ddca
.stylelintrc
@@ -3,6 +3,10 @@
3
"stylelint-config-twbs-bootstrap/scss"
4
],
5
"rules": {
6
+ "declaration-property-value-disallowed-list": {
7
+ "border": "none",
8
+ "outline": "none"
9
+ },
10
"function-disallowed-list": [
11
"calc",
12
"lighten",
0 commit comments