-
Notifications
You must be signed in to change notification settings - Fork 187
Pass argument to tailwind cli #136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Rake task that builds the tailwind would need to be enhanced to receive options such as |
Hi @dixpac , In my application I ran
Which generated files of sizes 66.4kb and 46.9kb ( i.e. 40% of reduction). But I think there are are other gains if we are able to pass arguments to tailwindcss from Many thanks |
Uh oh!
There was an error while loading. Please reload this page.
Hi all, how can one pass arguments to tailind css CLI. I was expecting something like
rails tailwindcss:build --minify
to minify css ( by reducing class names, in production), but this doesn't work. Is it possible to do such thing? If not, can you point into the right direction so I can help with the project ?
[edited to correct command line]
Many thanks
Murilo
The text was updated successfully, but these errors were encountered: