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!