Skip to content

Commit 9fa4edc

Browse files
authored
Expose CSSOM.parse to CSSGroupingRule
1 parent a469aae commit 9fa4edc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/CSSGroupingRule.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//.CommonJS
22
var CSSOM = {
3-
CSSRule: require("./CSSRule").CSSRule
3+
CSSRule: require("./CSSRule").CSSRule,
4+
parse: require('./parse').parse
45
};
56
///CommonJS
67

0 commit comments

Comments
 (0)