CSSImportRuleinterface CSSImportRule extends CSSRule {readonly href: string;readonly media: MediaList;readonly styleSheet: CSSStyleSheet;}var CSSImportRule: {prototype: CSSImportRule; new (): CSSImportRule; };§Extends§CSSRule[src]§Properties§readonly href: string[src]§readonly media: MediaList[src]§readonly styleSheet: CSSStyleSheet[src]