Skip to content

Tailwind cli is not processing css #552

Description

@ansarizafar

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions