-
Notifications
You must be signed in to change notification settings - Fork 9
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
How to use with NextJS and CSS modules? #7
Comments
now that |
@argyleink did give up on this adventure or is there a solution? |
i've given up jit-props integration with next yeah, it's a micro-optimization that can easily be ignored for larger fish to fry. |
If you are not using |
loading the props into if you are worried, you can do individual imports to reduce filesize, aka pick each prop set you need. not loading all the colors is a great place to start, just import the palettes you intend to use. |
I wonder, how is your setup? |
the
:root
scope is "not pure" so the output doesn't work. could be solved if #1 was completed and:global
could be specified.The text was updated successfully, but these errors were encountered: