You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to implement themes for parameters manager with sheetify, and due to namespacing css sheetify is ideal for that.
The only issue is that whenever theme is changed, old theme’s css needs to be deleted, which is unclear how can be done with insert-css, here’s a ticket.
Is there any way to get css string without insert-css being engaged?
Thanks.
The text was updated successfully, but these errors were encountered:
@ahdinosaur cool, thanks, that is really good solution.
I also done scope-css — a runtime tiny replacement to sheetify for dynamic styles, because sheetify can’t compile es6 strings with insertions.
Hi!
I am trying to implement themes for parameters manager with sheetify, and due to namespacing css sheetify is ideal for that.
The only issue is that whenever theme is changed, old theme’s css needs to be deleted, which is unclear how can be done with insert-css, here’s a ticket.
Is there any way to get css string without insert-css being engaged?
Thanks.
The text was updated successfully, but these errors were encountered: