Skip to content

Commit ff762b8

Browse files
committed
postcss
1 parent 81531b3 commit ff762b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ If you are running `rails tailwindcss:watch` as a process in a Docker container,
4848
If you are running `rails tailwindcss:watch` on a system that doesn't fully support file system events, pass a `poll` argument to the task to instruct tailwindcss to instead use polling: `rails tailwindcss:watch[poll]`. If you use `bin/dev` then you should modify your `Procfile.dev`.
4949

5050

51+
### Use postcss
52+
53+
In the case you want to use postcss plugins you will need to pass postcss option like `rails tailwindcss:build[postcss]` or `rails tailwindcss:watch[postcss]`.
54+
5155
### Debugging with unminified assets
5256

5357
If you want unminified assets, you can pass a `debug` argument to the rake task, i.e. `rails tailwindcss:build[debug]` or `rails tailwindcss:watch[debug]`.

0 commit comments

Comments
 (0)