AUTO_CLASSED

dist/cssutil.mjs
AUTO_CLASSED

Type: string

AUTO_COLOR_SELECTOR

dist/cssutil.mjs
AUTO_COLOR_SELECTOR

Type: string

G_DATA_SELECTOR

dist/cssutil.mjs
G_DATA_SELECTOR

Type: string

Inserts text as css into the head of an html document. No checking as to validity of the css is done, just inserts a style element at the beginning of the head.

insertCSS(cssText: any, id: any): any
Parameters
cssText (any) textual css for insertion
id (any) optional id for style element
Returns
any: the style html element inserted

isCSSInserted

dist/cssutil.mjs
isCSSInserted(id: any)
Parameters
id (any)

isIdStyleElement

dist/cssutil.mjs
isIdStyleElement(c: any, id: any)
Parameters
c (any)
id (any)