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

Version upgrade in README.

Hello, I'm not a Phoenix/Elixir expert, but I couldn't make the watcher work according to the doc. I was getting an error like this: > ** (Protocol.UndefinedError) protocol Enumerable not...

Hi all, I posted this discussion in the tailwind repo: https://github.com/tailwindlabs/tailwindcss/discussions/7826 There is currently no binary for freebsd and I relay like to use `phoenixframework/tailwind` as well as I love...

Command: `mix tailwind default` Output: `** (Mix) mix tailwind default exited with 137` Platform: Mac OS X (13-inch, M1, 2020) Memory 16GB Mix Tailwind Version: `{:tailwind, "~> 0.1.5", runtime: Mix.env()...

Esbuild watcher process `esbuild-darwin-arm64` will be terminated normally after `mix phx.server` stopped. While tailwind watcher process `tailwind-macos-arm64` survived, and its parent process became null. I thought it is kind of...

* This change adds a `--skip-prepare` option to the install mix task and passes an `opts` `Keyword` list to the install function for handling. If the skip option is true,...

Running a `mix tailwind.install` as part of my normal build process on my development environment automatically creates a file at `/assets/css/app.css`. My project uses DartSass and has an `app.scss` file...

TL;DR we should either remove or make prep_css and prep_js optional somehow. Also they should be documented. I have a phoenix project setup where I need to combine a variety...

The team behind Tailwind CSS, launched a [Prettier](https://prettier.io/) plugin for Tailwind CSS v3.0+ that automatically sorts classes based on [their recommended class order](https://tailwindcss.com/blog/automatic-class-sorting-with-prettier#how-classes-are-sorted). I was thinking it would be really...

Deleting the `@import "./phoenix.css";` rule is not clear if you have not used Tailwind CLI before. Since installing this package is backwards-incompatible in this sense, I think it would be...