The @import rule allows you to import the contents of a CSS file into the current style sheet.
@import
@import 'style-sheet-name.css'; @import url(../relative/path/to/style.css); @import url(http://absolute-path.com/css/style.css);