-
The
@import
CSS at-rule is used to import style rules from other valid stylesheets -
An
@import
rule must be defined at the top of the stylesheet, before any other at-rule (except@charset
and@layer
) and style declarations, or it will be ignored -
@layer
Is the name of a cascade layer into which the contents of the linked resource are imported -
supports-condition
Indicates the feature(s) that the browser must support in order for the stylesheet to be imported