Replies: 1 comment
-
i've just now created a minimum project and the CLI also doesn't watch the changes. what could be missed out by me? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
here's my
site.css
here's the file structure
here's the npm script to run the watcher
npx @tailwindcss/cli -i ./src/css/site.css -o ./wwwroot/dist/css/main.css --watch
while i'm making changes to
site.css
, i don't see the cli rebuilds and i've confirmed the output css file doesn't update.what could i miss out please?
could it be those
@source
configs or something else please?** by the way,
npx @tailwindcss/cli -i ./src/css/site.css -o ./wwwroot/dist/css/main.css
works well.Beta Was this translation helpful? Give feedback.
All reactions