Readonly propsCSS properties of this rule.
Readonly selectorThe selector of the rule. It will start with a space character if it is supposed to select child (or descendent) elements.
Static childCreates a rule with a child (or descendent selector). In particular when
combined with a css class Boo a selector like div will be combined
into .Boo div, i.e. with a space before the given selector.
To address a direct child, use > like in CssRules.child('>div', ...).
Rest ...props: CssProp[]Static detailCreates a rule with the given detail selector. The selector will be
written to a style element such that it subselects the root element. For
example if combined with a css class Boo a selector like :hover will
be combined into .Boo:hover.
Rest ...props: CssProp[]Static hostGenerated using TypeDoc
Combines a CSS selector with a list of CSS properties. Use the static methods to create