Replies: 1 comment 4 replies
-
V4 does not load any Otherwise, consider providing a git repo that reproduces the unexpected behavior. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all, I mentioned on Twitter yesterday that I was running into standalone CLI issues.
I checked out the
DEBUG
environment variable suggested by Adam but that only seemed to show what stages the CLI ran through, not what class names it found.I'm running the following command:
In the following file structure (Vue2):
With the base
tailwind.css
styles:An example class that isn't being generated would be
ring-1 ring-stone-200
ordisabled:text-stone-200
but stuff such asborder border-stone-200
does work. The issue is not isolated to thestone-*
color, but it's an easy example to spot.The
tailwind
and@tailwindcss/cli
packages are installed globally on my work machine and are on versions:However in the project is an outdated version of Tailwind [but I am not using this to generate styles]:
But a
tailwind.config.js
does live at the root of the project (way above my small slice), perhaps the CLI is trying to use that? Is there a flag to ignore config files or point it to a non-existent file?Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions