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 a469aae commit 9fa4edcCopy full SHA for 9fa4edc
lib/CSSGroupingRule.js
@@ -1,6 +1,7 @@
1
//.CommonJS
2
var CSSOM = {
3
- CSSRule: require("./CSSRule").CSSRule
+ CSSRule: require("./CSSRule").CSSRule,
4
+ parse: require('./parse').parse
5
};
6
///CommonJS
7
0 commit comments