-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Closed
Description
I am using tailwincss ver 0.6.5 and node ver10.7.0. I have followed the installation guide and trying to process my css with tailwind cli but cli is not processing my css just outputting my own css file as it is. I am using these steps.
./node_modules/.bin/tailwind init tailwind.js
I am using the sample css from the guide with tailwind directives to create my css file tailwind.css
then using the following command to process my css.
./node_modules/.bin/tailwind build tailwind.css -c tailwind.js -o devstyles.css
tailwind build command is just copying tailwind.css to devstyles.css and not processing tailwind.css to generate styles.
Metadata
Metadata
Assignees
Labels
No labels