Link to CSS file from CSS file -


Is it possible to have another external CSS file from the external CSS file?

Yes, it is:

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

Comments