File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ module.exports = {
4
4
extends : 'stylelint-config-recess-order' ,
5
5
customSyntax,
6
6
plugins : [
7
- 'stylelint-declaration-strict-value' ,
8
7
'stylelint-order' ,
9
8
'stylelint-scss' ,
10
9
] ,
@@ -102,21 +101,5 @@ module.exports = {
102
101
'scss/at-mixin-pattern' : '^([a-z][a-z0-9]*)(-[a-z0-9]+)*$' ,
103
102
'scss/dollar-variable-pattern' : '^([a-z][a-z0-9]*)(-[a-z0-9]+)*$' ,
104
103
'scss/percent-placeholder-pattern' : '^([a-z][a-z0-9]*)(-[a-z0-9]+)*$' ,
105
-
106
- // Require variables
107
- 'scale-unlimited/declaration-strict-value' : [
108
- [
109
- '/color/' ,
110
- 'background' ,
111
- 'font-family' ,
112
- ] ,
113
- {
114
- ignoreValues : [
115
- 'transparent' ,
116
- 'inherit' ,
117
- 'none' ,
118
- ] ,
119
- } ,
120
- ] ,
121
104
} ,
122
105
} ;
Original file line number Diff line number Diff line change 34
34
"postcss" : " ^8.4.16" ,
35
35
"postcss-scss" : " ^4.0.5" ,
36
36
"stylelint-config-recess-order" : " ^4.0.0" ,
37
- "stylelint-declaration-strict-value" : " ^1.9.0" ,
38
37
"stylelint-scss" : " ^6.0.0"
39
38
}
40
39
}
You can’t perform that action at this time.
0 commit comments