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

Redraw stylesheet not working when using alternative style sheet #82

Open
shubjhamb opened this issue Dec 18, 2020 · 1 comment
Open

Comments

@shubjhamb
Copy link

We have a use case where for theme switch we are using alternative stylesheets, so when our app loads first time it is a normal style sheet with rel="stylesheet" and redrawStylesheet function works fine, but when we switch theme then a new stylesheet is appended with rel="alternate stylesheet" and because of this redrawStylesheet never calls again because only onElement('link[rel="stylesheet"]' is being watched. So alternative stylesheet support also needs to be added in library.

@nuxodin
Copy link
Owner

nuxodin commented Dec 19, 2020

Hi Shubjhamb

I discontinued the work on this project.

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

No branches or pull requests

2 participants