Readonly
isInserts a nested empty grouping CSS at-rule into target one, with some restrictions.
Rule name of newly inserted at-rule. E.g. @media
, @keyframes
, or @condition
.
Optional
params: stringVerbatim 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 grouping rule. The default is the number of added rules.
Inserted CSS style declarations writer.
Inserts a nested empty CSS style declarations rule into target grouping one, 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 grouping rule. The default is the number of added rules.
Inserted CSS style declarations writer.
Generated using TypeDoc
Grouping CSS at-rule writer of nested CSS rules.
Supports at-rules like
@media
,@keyframes
, or@condition
.