What's wrong with [AUR] tailwindcss-bin?

I tested to build it both with yay and manually with makepkg and it worked in both cases on my end.

If you want to try the manual way, you could do as follows:

  1. Create a temporary build directory:
    mkdir Build

  2. cd Build

  3. clone git https://aur.archlinux.org/tailwindcss-bin.git

  4. cd tailwindcss-bin

  5. makepkg -s

  6. sudo pacman -U tailwindcss-bin-3.2.4-2-x86_64.pkg.tar.zst

Also:

4 Likes