addFirst method
Inserts a CSS rule at the beginning of this stylesheet.
This is useful for @import
rules.
Implementation
void addFirst(String rule);
Inserts a CSS rule at the beginning of this stylesheet.
This is useful for @import
rules.
void addFirst(String rule);