Replies: 1 comment 1 reply
-
You seem to have some strange characters at the start of your In vim: @import "tailwindcss" source("/app");
@source "<feff><feff>/opt/venv/lib/python3.13/site-packages/app/templates/cotton/**"; Try deleting them and see if that improves the situation. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have
for my tailwindcss 4.1 config and it is failing to scan the templates I have in my cotton folder. I have tried a bunch of different varieties for the path, but the only time it seems to work is when I specify it like so
If I try
or
it doesn't work.
How do I get it to scan all of my various components in my cotton directory?
Thank you for any help!
Beta Was this translation helpful? Give feedback.
All reactions