Skip to main content

parse_css

Function parse_css 

Source
pub fn parse_css(css: &str) -> Result<StyleSheet, String>
Expand description

Parse CSS string into StyleSheet (simple string-based parser).