Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGet style string without using inline-css #84
Comments
|
hey @dfcreative, you might be interested in what's been proposed in https://github.com/bendrucker/insert-styles/issues/. |
|
@ahdinosaur cool, thanks, that is really good solution. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.