tailwind icon indicating copy to clipboard operation
tailwind copied to clipboard

An installer for tailwind

Results 31 tailwind issues
Sort by recently updated
recently updated
newest added

Hi! I just went through the process of installing `tailwind` in my Phoenix application, and I have a few changes to the README that might help future readers. Summary of...

This resolves an issue of assets being generated when watcher is running. In our use case we saw assets files being generated whenever we span up the app in local...

I apologize upfront for stupid question. I come from systems & backend engineering world, the world of frontend is new and frightening to me. I am trying to get started...

Currently, these instructions are in the README, but they do not appear on HexDocs. This commit basically just copies the line from the README into the doc page for `mix...

**Problem** Builds run in WoodpeckerCI fail due to it setting HTTPS_PROXY to some value by default that does not match what this library expects. ``` + cd .. && MIX_ENV=prod...

`:erlang.system_info` on FreeBSD x64 may return different processor architecture strings depending on how it was installed - from ports, via asdf or using other methods.

I ran the commands `npm install -g [email protected]` and `npm install -g [email protected]` in both Ubuntu and Windows with nodejs v18.18.2 and v20.8.0. None of those combinations generated the bin...

Hello all, I am trying to use phoenix 1.7 with tailwind without the npm dependencies. I dont know why but the tailwind is not compiling and generating the css file...

Trim the HTTP(s)_PROXY environment variable when determining whether or not to proxy the download request. Fixes #90