Skip to content

Commit 98cc864

Browse files
committed
Revert expanded CSS grouping matchers
1 parent 22c2d36 commit 98cc864

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

quiet.json5

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -117,35 +117,16 @@
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
},

0 commit comments

Comments
 (0)