@@ -93,28 +93,20 @@ $ bundle exec which tailwindcss
9393
9494# run the actual executable through the shim
9595$ bundle exec tailwindcss --help
96- [" /path/to/installs/ruby/3.3.5/lib/ruby/gems/3.3.0/gems/tailwindcss-ruby-0.1.0-x86_64-linux/exe/x86_64-linux/tailwindcss" , " --help" ]
97-
98- tailwindcss v3.4.3
96+ [" /path/to/installs/installs/ruby/3.4.2/lib/ruby/gems/3.4.0/gems/tailwindcss-ruby-4.0.12-x86_64-linux-gnu/exe/x86_64-linux-gnu/tailwindcss" , " --help" ]
97+ ≈ tailwindcss v4.0.12
9998
10099Usage:
101- tailwindcss [--input input.css] [--output output.css] [--watch] [options...]
102- tailwindcss init [--full] [--postcss] [options...]
103-
104- Commands:
105- init [options]
100+ tailwindcss [--input input.css] [--output output.css] [--watch] [options…]
106101
107102Options:
108- -i, --input Input file
109- -o, --output Output file
110- -w, --watch Watch for changes and rebuild as needed
111- -p, --poll Use polling instead of filesystem events when watching
112- --content Content paths to use for removing unused classes
113- --postcss Load custom PostCSS configuration
114- -m, --minify Minify the output
115- -c, --config Path to a custom config file
116- --no-autoprefixer Disable autoprefixer
117- -h, --help Display usage information
103+ -i, --input ··········· Input file
104+ -o, --output ·········· Output file [default: ` -` ]
105+ -w, --watch ··········· Watch for changes and rebuild as needed
106+ -m, --minify ·········· Optimize and minify the output
107+ --optimize ········ Optimize the output without minifying
108+ --cwd ············· The current working directory [default: ` .` ]
109+ -h, --help ············ Display usage information
118110```
119111
120112
0 commit comments