Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
rozumak committed Feb 23, 2023
1 parent e3a1c86 commit 373a108
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,10 @@ By default, minified assets will be generated. If you want to change this behavi
### Customizing Tailwind inputs or outputs

The default paths are opinionated. If you need to use custom file paths or make other changes not covered by default behavior, you can access the platform-specific executable directly by running the command `tailwind exec` and passing any necessary command line arguments to the Tailwind CLI.

### Override Tailwind CLI version

If you need to use a specific version of Tailwind CLI for your project, you can do so by specifying the version using the `--tailwindcss` option.

For example, to use Tailwind CLI of version 3.2.1, you can use the following command:
`tailwind build --tailwindcss v3.2.1`

0 comments on commit 373a108

Please sign in to comment.