SyntaxFix
Write A Post
Hire A Developer
Questions
The @import url("base.css"); works fine but bear in mind that every @import statement is a new request to the server. This might not be a problem for you, but when optimal performance is required you should avoid the @import.
@import url("base.css");
@import