CSSImportRule
The CSSImportRule
interface represents an @import at-rule.
Properties
Link copied to clipboard
The parentRule
property of the CSSRule interface returns the containing rule of the current rule if this exists, or otherwise returns null.
Link copied to clipboard
The parentStyleSheet
property of the the current rule is defined.
Link copied to clipboard
The read-only styleSheet
property of the in the form of a CSSStyleSheet object.
Link copied to clipboard
The read-only supportsText
property of the CSSImportRule interface returns the supports condition specified by the @import at-rule.