Replies: 2 comments 5 replies
-
Beta Was this translation helpful? Give feedback.
5 replies
-
@jd-oconnor I know, I apologise for my response but I just think no response would have been better here if you did not know. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I really like the look of the Deno and the fresh framework, and I'm interested to know if vanilla-extract can run on the fresh framework.
Fresh provides plugins, but I'm not sure if they can be used with vanilla-extract.
At the moment, a fresh plugin has one hook,
render
, and there are no build time hooks.Here is a simple gist of an emotion plugin and here are a few lines of code:
This is very much happening at runtime and not build time.
Is it possible to hook vanilla-extract at runtime or is it too late then?
Beta Was this translation helpful? Give feedback.
All reactions