Latest #tailwindcss Threads 
I (with the help of an LLM-based agent) put together a Node-backed Tailwind CSS v4.3.1 wrapper for Linux RISC-V GNU systems:
This repo o...
New
I just published canonical_tailwind, a formatter plugin that canonicalizes Tailwind CSS utility classes in HEEx templates.
- mr-4 custom...
New
I tried setting background color by theme using bg-blue-500 dark:bg-yellow-300 and that worked fine. However, the system/auto theme in th...
New
Hello,
I’m trying to build a basic Phoenix web-app, and I’d like to use Tailwind.
However, when I launch mix phx.server, I get an error...
New
Now that the results are in from the Tailwind-only poll, what do you think of the combination of Tailwind and daisyUI?
poll
New
This was the first question on my mind when I saw this other thread by @AstonJ.
I’m curious how many Phoenix users actually like using T...
New
Curious whether there’s anyone here not using Tailwind - if you’re not, what are you using instead and was there any specific reason why ...
New
While upgrading an older phonix 1.7 app to the newer phoenix 1.8, I am running into an issue with the new tailwind css config
mix assets...
New
I’m going through Pragmatic Studio’s Full-Stack Phoenix course, but the HeroIcons aren’t working for me. Has anyone else run into this is...
New
Hi there,
I’ve been testing Phoenix 1.8 a lot lately and noticed the modal component from 1.7 had disappeared. Since we now have DaisyUI...
New
This Week's Trending
I just published canonical_tailwind, a formatter plugin that canonicalizes Tailwind CSS utility classes in HEEx templates.
- mr-4 custom...
New
I (with the help of an LLM-based agent) put together a Node-backed Tailwind CSS v4.3.1 wrapper for Linux RISC-V GNU systems:
This repo o...
New
This Month's Trending
Here’s the repo link: GitHub - 100phlecs/tailwind_formatter: Formats tailwind classes within elixir projects
The idea is to have a consi...
New
This Year's Trending
With HEEX released we decided to start a components library using Tailwind CSS - check it out here: Petal Components.
We also have a boi...
New
Curious whether there’s anyone here not using Tailwind - if you’re not, what are you using instead and was there any specific reason why ...
New
Hi there,
I’ve been testing Phoenix 1.8 a lot lately and noticed the modal component from 1.7 had disappeared. Since we now have DaisyUI...
New
This was the first question on my mind when I saw this other thread by @AstonJ.
I’m curious how many Phoenix users actually like using T...
New
While upgrading an older phonix 1.7 app to the newer phoenix 1.8, I am running into an issue with the new tailwind css config
mix assets...
New
Now that the results are in from the Tailwind-only poll, what do you think of the combination of Tailwind and daisyUI?
poll
New
Note: This is a HOWTO, not a question. I hope this is an appropriate place to share this, so it can be found by others who might run into...
New
I’m going through Pragmatic Studio’s Full-Stack Phoenix course, but the HeroIcons aren’t working for me. Has anyone else run into this is...
New
Hello,
I’m trying to build a basic Phoenix web-app, and I’d like to use Tailwind.
However, when I launch mix phx.server, I get an error...
New
Hi. Recently, I’ve been building a page builder in Phoenix that runs in the runtime environment and actively accepts Tailwind code (Runti...
New
I tried setting background color by theme using bg-blue-500 dark:bg-yellow-300 and that worked fine. However, the system/auto theme in th...
New
Hi,
I copied button’s html markup onto my live view and colours looks different and hover effect doesn’t work.
You can see on the scree...
New
Hello!
Hero Icons are nice, but sometimes you might need an icon set with a larger set.
Material Design Icons are visually quite compat...
New
I keep getting this message on compile
warn - No utility classes were detected in your source files. If this is unexpected, double-check...
New
Last Three Year's Trending
I’m trying to implement some TailwindUI components using LiveView and some of these specify enter / leave transitions to be implemented i...
New
Hey everyone :wave:
Excited to join this forum - I am one of the founders and current project maintainers of a popular and open-source U...
New
Hello,
I am new to TailwindCSS and try to add a dark mode to a freshly generated phoenix app.
From Dark Mode - Tailwind CSS I learned
...
New
I am currently sending text-based emails but would like to send proper brand based emails with Phoenix. I already have TailwindCSS setup,...
New
Background
I have a small Phoenix 1.7 app where I am trying to add a radial progress bar, using the default TailwindUI components: Tailwi...
New
I thought I’d try to install tailwind 4.0.0-beta.1 (Release v4.0.0-beta.1 · tailwindlabs/tailwindcss · GitHub) that was released today an...
New
I am trying to migrate our app (that uses Tailwindcss, and React on the frontend) from Phoenix v1.5 to v1.6.11
Everything works perfectl...
New
I’m trying to get some form styling going with tailwind in a (live) view. The approach below works, however the heex template seems to ge...
New
tailwind will go through your files and find classes using a RE.
So you can’t interpolate tailwind classes.
<div class={"w-#{@foo}"}...
New
After upgrading from Tailwindcss v3.3 to v4.1, I am getting the following error:
$ mix assets.build
...
Generated utilx app
Error: Canno...
New
I want to create CoreComponents based on Bootstrap 5 instead of tailwind. I’m having issues with form validation. It seems like the only ...
New
I’m having some issues adding Tailwind into an existing project, and I’m hoping the community can help me. I’ve tried a few different met...
New
Hey all!
There’s been a lot of conversation lately both around server/client-side interactivity and a bunch of component libraries poppi...
New
Error: Cannot find module ‘tailwindcss/plugin’
I’ve just come across this new error whilst launching/deploying to fly.
When the deploy g...
New
I am a back end programmer, and looking forward to team up with a front end guy. He likes to do plain CSS, so tailwind is not an option, ...
New
Trending Over Three Years
How to force the Tailwind CSS IntelliSense extension for VSCode work with .html.eex and .html.leex files?
I same tried add settings .htm...
New
Hello! I just started a Tailwind course on Udemy. I have followed the instructions as perfectly as I knew how and am getting this error w...
New
Hi,
I have a phoenix 1.6.6 app and tailwind 3.6.18 and tailwind css preflight is loading some base styles Preflight - Tailwind CSS
The ...
New
Hi!
This does NOT work in my phoenix app:
@tailwind base;
@tailwind components;
@tailwind utilities;
@import "./markdown.css";
@import...
New
Hello,
After I successfully figured out how to set up my Dockerfile to support Rust (for package Explorer) I run into an error with mix ...
New
Hi,
so, I’m using tailwind dependency to add TailwindCSS and it works just fine, but I have a problem with adding Inter font as I simply...
New
Hey folks!
I deployed phoenix 1.6.5 app with tailwindcss to fly.io.
Deploying itself went successfully, but when i visit the app, i got...
New
So I spent a good bit of time getting Tailwind working and then learning how to do every little thing with Tailwind – I did this because ...
New
I haven’t been able to get the VSCode Tailwind IntelliSense extension to work with html.heex files.
The plugin works with a plain .html ...
New
I’ve been trying to migrate my current project to use Phoenix 1.6 + esbuild + Tailwind + SCSS + Alpine, and I’ve been only partially succ...
New
I heard on a podcast episode on Thinking |> Elixir that there could be some TailwindCSS support when generating new Phoenix projects. ...
New
Am using tailwind CSS and Flowbite component library. However what’s happening is that when loading a LiveView page and interact with a F...
New
I’m trying to add Tailwind CSS to a Phoenix application and getting some errors.
I’m following this guide. I’ve tried these same steps o...
New
ElixirConf 2022 - Chris McCord - Phoenix + LiveView Updates contains (around 22:20) an example of Tailwind CSS class soup, used to define...
New
Hello,
I have a problem in my project i can’t seem to solve. Tailwind will not produce the classes i write. So when i change a class to ...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex







