Skip to content

Commit c9b605d

Browse files
committed
postcss
1 parent a307ba8 commit c9b605d

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
@@ -43,6 +43,10 @@ If you are running `rails tailwindcss:watch` as a process in a Docker container,
4343
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`.
4444

4545

46+
### Use postcss
47+
48+
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]`.
49+
4650
### Debugging with unminified assets
4751

4852
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)