timonweb/pytailwindcss

CSS not showing, getting warnings about missing 'content' in configuration

arcii-py opened this issue · 1 comments

after running: tailwindcss -i style.css -o output.css --watch

i get an warning about:
warn - The content option in your Tailwind CSS configuration is missing or empty.
warn - Configure your content sources or your generated CSS will be missing styles.
warn - https://tailwindcss.com/docs/content-configuration

i though thar my content paths are wrong. and after trying every possible combination still get that warning and the css isnt working.

i found that that was an issue on: https://tagmerge.com/issue/tailwindlabs/tailwindcss/7210

but i don't know is it relevant.

Can you maybe chek it out?
thanks.

resoled. my input and output css was in the same directory. false alarm, enwriting is working perfectly.