Reputation: 59611
Is it possible call another external CSS file from external CSS file?
Upvotes: 0
Views: 143
Reputation: 40543
Yes, like so:
@import "relative/path/to/css.css";
Upvotes: 5