@import with Negated Media TypeThis text will be green if the rule has been applied.
@import url(styles.css) not all;
Because all media types belong to the all family, specifying a media of not all should insure that the stylesheet should never be imported. Standards-compliant browsers will not apply this rule (so the text in the example block should be red in compliant browsers).