cssSupportsRule top-level property
dynamic
get
cssSupportsRule
An object representing a single CSS @supports at-rule. It implements the CSSConditionRule interface, and therefore the CSSRule and CSSGroupingRule interfaces with a type value of 12 (CSSRule.SUPPORTS_RULE).
Implementation
_i2.dynamic get cssSupportsRule => _i4.getProperty(
_self,
'CSSSupportsRule',
);