This repository was archived by the owner on Apr 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Arbitrary values with commas don't work in production builds in Next.js #45
Comments
Alright I can reproduce but I have no idea what's happening because it only happens in Next, and if I do the exact same thing with the same plugins outside of Next it works fine. Trying to reach out to maintainer of cssnano-preset-simple who works at Vercel to see if he can help! |
Fixed in v0.1.2 🥳 |
I am afraid that you have not counted all the cases. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey! First and foremost, thank you for Tailwind and all the content surrounding it. It's amazing and your work is greatly appreciated. And
@tailwindcss/jit
is just... wow. 😍I took JIT for a spin and noticed at least one class family (
grid-cols-
) is not working in production builds, even though it works in development mode.For example:
Development:
Production:
(no rules applied for
grid-cols-[1fr,128px]
class)Full reproduction with Next.js: https://github.com/wKovacs64/tw-jit-next/tree/issue-45
Any thoughts? Thanks!
The text was updated successfully, but these errors were encountered: