Optional Readonly documentDocument to add style elements to.
parent.ownerDocument or window.document by default.
Optional Readonly nsNamespace aliaser to use.
New instance will be created if not specified.
Optional Readonly parentParent DOM node to add stylesheets to.
document.head by default.
This node don't have to be attached to document.
Optional Readonly prettyHow to pretty-print generated CSS text.
false to disable pretty print and generate compact output,true (default value) for default pretty print,Optional Readonly rendererRenderer or renderer chain to use.
Optional Readonly rootA selector to use for root CSS rule.
body by default.
For custom elements a :host selector would be more appropriate.
Optional Readonly schedulerDOM rendering operations scheduler.
Creates a render schedule per rule.
Uses newRenderSchedule for parent node by default.
Generated using TypeDoc
Configuration of DOM style production format.