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

Does this library works for dynamically added CSS? #161

Closed
sivaraman-s opened this issue Jul 26, 2021 · 1 comment
Closed

Does this library works for dynamically added CSS? #161

sivaraman-s opened this issue Jul 26, 2021 · 1 comment
Labels

Comments

@sivaraman-s
Copy link

  • I recently used this library in an angular application specifically to support Internet Explorer 11. I had to call this library(cssVars()) after each route changes.
  • But it doesn't changes dynamically added CSS to IE11 supported CSS.
  • Is it the default behavior or am I missing something?
@sivaraman-s
Copy link
Author

Finally worked by adding watch option, cssVars({ watch : true })

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

No branches or pull requests

2 participants