Create a Style from css with a css_name, rendering it to the DOM as a <style> in <head>.
The css is formatted, minfied, and small errors like invalid semi-colons can be
corrected, however invalid CSS itself is not handled by the parser.
Create a Style from css, rendering it to the DOM as a <style> in <head>.
The css is formatted, minfied, and small errors like invalid semi-colons can be
corrected, however invalid CSS itself is not handled by the parser.