parseCss converts a string of CSS to a CSS stylesheet using the dart csslib library.
csslib
static css.StyleSheet parseCss(String data) { return cssParser.parse(data); }