Index: client/html/generated/html/frog/CSSStyleSheet.dart |
diff --git a/client/html/generated/html/frog/CSSStyleSheet.dart b/client/html/generated/html/frog/CSSStyleSheet.dart |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1e5f21718315b361a009c14f37f0822424c4669f |
--- /dev/null |
+++ b/client/html/generated/html/frog/CSSStyleSheet.dart |
@@ -0,0 +1,17 @@ |
+ |
+class _CSSStyleSheetImpl extends _StyleSheetImpl implements CSSStyleSheet native "*CSSStyleSheet" { |
+ |
+ final _CSSRuleListImpl cssRules; |
+ |
+ final _CSSRuleImpl ownerRule; |
+ |
+ final _CSSRuleListImpl rules; |
+ |
+ int addRule(String selector, String style, [int index = null]) native; |
+ |
+ void deleteRule(int index) native; |
+ |
+ int insertRule(String rule, int index) native; |
+ |
+ void removeRule(int index) native; |
+} |