JavaScript CSSStyleSheet : StyleSheet
Represents a css style sheet. Use the document.styleSheets property to get a
list of all CSSStyleSheets for a document. Can be created by creating an HTMLStyleElement and accesing its sheet
property.
Copyright © PUBLIC Contributors