Readonly
isInserts a new global CSS at-rule into target style sheet, with some restrictions.
Rule name of newly inserted at-rule. E.g. @namespace
or @import
.
Verbatim value of newly inserted at-rule.
Optional
index: numberA positive integer less than or equal to the number of added rules, representing the newly inserted rule's position in target style sheet. The default is the number of added rules.
Inserts a new grouping CSS at-rule into target style sheet, with some restrictions.
Rule name of newly inserted at-rule. E.g. @media
, @keyframes
, or @condition
.
Verbatim parameters of newly inserted rule. E.g. media query.
Optional
index: numberA positive integer less than or equal to the number of added rules, representing the newly inserted rule's position in target style sheet. The default is the number of added rules.
Inserted CSS style declarations writer.
Inserts a new empty CSS style declarations rule into target style sheet, with some restrictions.
CSS selector of the newly inserted rule.
Optional
index: numberA positive integer less than or equal to the number of added rules, representing the newly inserted rule's position in target style sheet. The default is the number of added rules.
Inserted CSS style declarations writer.
Generated using TypeDoc
CSS style sheet writer to add CSS rules to.
It is an object created by addSheet style production format method.