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

I don't know why I get this error? ``` => ERROR [builder 15/19] RUN mix assets.deploy 16.5s ------ > [builder 15/19] RUN mix assets.deploy: #24 1.717 #24 1.717 23:43:45.075 [debug]...

This change gives developers the ability to override the platform target of tailwind CLI. Developers can add a `:target` key on the config to override manually This is to address...

Hello 👋 I was found this package through the [hexdocs](https://hexdocs.pm/tailwind/Tailwind.html) and was confused about instruction how to use it. Later I realized that you have a great [README](https://github.com/phoenixframework/tailwind/blob/master/README.md) section with...

`mix tailwind default --minify` works ok locally but seems to fail in GCP Cloud Build where the reason doesn't seem to be obvious. `deploy.yml` ``` - name: 'gcr.io/something/docker-base-images/alpine-elixir-builder' id: 'run...

Add a way to override CAStore.

Hello, love this project and looking forward to its future

Hello, love this project and excited to see it continue

I successfully followed [this guide](https://tailwindcss.com/docs/guides/phoenix) to implement Tailwind CSS. Now I want to add [Inter](https://github.com/rsms/inter) via [inter-ui](https://www.npmjs.com/package/inter-ui). I installed the package via `npm install inter-ui --prefix assets` and added the...

https://github.com/phoenixframework/tailwind/blob/a3cabf55eab61577c5c74d6c935b94287a1e328d/lib/tailwind.ex#L337 as per item 8 at: https://tailwindcss.com/docs/guides/phoenix Thanks.