1

I've got one CSS file included in a larger CSS file via the @import rule. The larger CSS file has a query string that gets automatically updated via a plugin for the CMS we use. However, the query string only forces the browser to reload the main CSS file and not the imported one.

Is there a way to have the @imported CSS file, embedded within the other CSS file, get an automatically updated query string?

Thanks!

S.I.
  • 3,250
  • 12
  • 48
  • 77
dpayne
  • 273
  • 3
  • 14
  • ahhhh don't embed the other CSS file with `@import`! http://stackoverflow.com/questions/10036977/best-way-to-include-css-why-use-import – cmorrissey Nov 03 '16 at 15:44

0 Answers0