Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reload CSS files added with @import #10

Open
svetlin-marinov opened this issue Mar 22, 2018 · 1 comment
Open

Reload CSS files added with @import #10

svetlin-marinov opened this issue Mar 22, 2018 · 1 comment

Comments

@svetlin-marinov
Copy link

The extension reloads CSS files added with , but not files added with @import.
For example this CSS file will not be reloaded.

<style media="all"> @import url("/core/themes/stable/css/contextual/contextual.theme.css?p5y9fg"); </style>

The example is from a Drupal site.

@StoyanDimitrov
Copy link
Owner

That would involve parsing the contents of <style> elements. Currently I don't plan implementing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants