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
{{ message }}
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.
It looks like your sandbox is just using a static precompiled CSS file that’s not actually being rebuilt. What template did you start with? Tailwinds build features only work with server templates on CS.
I just upgraded tailwind with new version which I had actually started with cra template. I did similar update in my local setup and it works fine. I think it is not doing the step "build:style": "tailwind build src/styles/index.css -o src/styles/tailwind.css", in package.json like you said. Let me know if there is any way to fix or use new TW version in CS. Thanks @adamwathan
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
New features like
transform scale-50 skew-y-6
are not working in codesandbox after upgrading. It does work after adding cdn "https://unpkg.com/tailwindcss@1.2.0/dist/tailwind.min.css" dependency in external resources.The text was updated successfully, but these errors were encountered: