We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e8fde commit e727d2aCopy full SHA for e727d2a
src/modules/ast/css.js
@@ -163,5 +163,5 @@ exports.JSON = function(cssText) {
163
}
164
165
166
- return rules;
+ return rules.filter(Boolean);
167
0 commit comments