@import
@import
The @import at-rule merges a CSS file into another one. It’s written at the top of the document, before any other CSS […]
@import url("other.css") screen and (width > 600px);
Continue Reading