The CSSImportRule interface represents an @import at-rule.
Properties |
DOMString | - href
- The href attribute must return the URL specified by
the @import at-rule.
|
MediaList | - media
- The media attribute must return the value of the media
attribute of the associated CSS style sheet.
|
CSSStyleSheet | - styleSheet
- The styleSheet attribute must return the associated CSS style sheet.
|