Skip to content

Commit e727d2a

Browse files
Fix
1 parent 25e8fde commit e727d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/ast/css.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,5 @@ exports.JSON = function(cssText) {
163163
}
164164
}
165165

166-
return rules;
166+
return rules.filter(Boolean);
167167
}

0 commit comments

Comments
 (0)