imports property
Gets the collection of imported style sheets.
This property is read-only.
Syntax
| JavaScript |
|---|
p = object.imports |
Property values
Type: importCollection
Remarks
An imported style sheet is one that is brought into the document using the cascading style sheets (CSS) @import rule.
See also
Show: