pub fn parse_css(css: &str) -> Result<StyleSheet, String>Expand description
Parse CSS string into StyleSheet (simple string-based parser).
pub fn parse_css(css: &str) -> Result<StyleSheet, String>Parse CSS string into StyleSheet (simple string-based parser).