The @import statement allows you to insert CSS/Less code from another file into your own CSS/Less file.
@import
.foo { background: #900; } @import "my-other-css-file.css"; @import "my-other-less-file.less";