This repository has been archived by the owner on Sep 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
"theme is not a function" error #65
Labels
Comments
I'm having the same issues. |
tailwindcss v 1.5 - same here |
Can someone share a simple GitHub repo that reproduces the issue? Better chance of me being finding 5 minutes to be able to look at it if I have a starting point instead of having to set it up from scratch. |
Example Repohttps://github.com/jaobrown/gatsby-tailwind-custom-forms @adamwathan error appears in this repo. Steps to reproduce
Expected resultServer runs Results
|
I put plugins: [
require('@tailwindcss/custom-forms')
] on |
fixed for me by updated
to:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a website built using tailwind—it is a Gatsby site, using postcss to handle tailwind.
Built the entire site with no issues—I installed custom-forms, and nothing will run—I just get a cryptic "theme is not a function" error. I can verify if I uninstall custom-forms, and remove from tailwind config plugins, it runs. Reinstall, add as a plugin, breaks.
Anyone had anything similar?
Thanks!
The text was updated successfully, but these errors were encountered: