Martin Konecny
Martin Konecny

Reputation: 59611

Link to CSS file from CSS file

Is it possible call another external CSS file from external CSS file?

Upvotes: 0

Views: 143

Answers (1)

Jakub Hampl
Jakub Hampl

Reputation: 40543

Yes, like so:

@import "relative/path/to/css.css";

Upvotes: 5

Related Questions