CSS API

createCurrentStyleSheet

Creates a style tag, which will be inserted at the end of the document's head tag, and sets it as the current stylesheet.

tilepieces.core.createCurrentStyleSheet(cssText);

Parameters

cssText
DOMString containing the stylesheet rules. Can be empty.

Return Value

None.