File tree Expand file tree Collapse file tree 1 file changed +3
-22
lines changed
Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Original file line number Diff line number Diff line change 117117 // Don't wait for the release age to pass for trusted packages
118118 "minimumReleaseAge" : "0 days"
119119 } ,
120- // Group CSS preprocessors and style pipeline packages together
120+ // Group CSS preprocessors together
121121 {
122122 "description" : "Group CSS preprocessors" ,
123123 "matchPackagePatterns" : [
124124 "^postcss" ,
125- "^css" ,
126- "^sass" ,
127- "^less" ,
128- "^styl"
125+ "^css"
129126 ] ,
130127 "matchPackageNames" : [
131128 "autoprefixer" ,
132- "cssnano" ,
133- "postcss" ,
134- "postcss-cli" ,
135- "postcss-import" ,
136- "postcss-custom-media" ,
137- "postcss-custom-properties" ,
138- "postcss-color-mod-function" ,
139- "postcss-easy-import" ,
140- "ember-cli-postcss" ,
141- "gulp-postcss" ,
142- "sass" ,
143- "node-sass" ,
144- "sass-embedded" ,
145- "less" ,
146- "stylus" ,
147- "stylelint" ,
148- "tailwindcss"
129+ "ember-cli-postcss"
149130 ] ,
150131 "groupName" : "CSS preprocessors"
151132 } ,
You can’t perform that action at this time.
0 commit comments