-- [
] -----------------------------------------------------------------
Private
Static
add a new rule to the style sheet
setRule('xbody', "body { background-color: #ff0000; }" ); Copy
setRule('xbody', "body { background-color: #ff0000; }" );
internal rule name
css definition of the rule
return the style variable value
let color = Component.getCss( ).getVar( 'button-color' ); Copy
let color = Component.getCss( ).getVar( 'button-color' );
variable name
Generated using TypeDoc
-- [
STYLESHEET
] -----------------------------------------------------------------