Latest #tailwindcss Threads Top

arcanemachine
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
aptinio
I just published canonical_tailwind, a formatter plugin that canonicalizes Tailwind CSS utility classes in HEEx templates. - mr-4 custom...
New
lcabrini
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
achenet
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
arcanemachine
Now that the results are in from the Tailwind-only poll, what do you think of the combination of Tailwind and daisyUI? poll
New
arcanemachine
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
AstonJ
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
satb
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
pupdogg
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
ppff01
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 Top

aptinio
I just published canonical_tailwind, a formatter plugin that canonicalizes Tailwind CSS utility classes in HEEx templates. - mr-4 custom...
New
arcanemachine
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 Top

100phlecs
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 Top

mplatts
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
AstonJ
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
ppff01
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
arcanemachine
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
satb
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
arcanemachine
Now that the results are in from the Tailwind-only poll, what do you think of the combination of Tailwind and daisyUI? poll
New
VlkrS
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
pupdogg
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
achenet
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
shahryarjb
Hi. Recently, I’ve been building a page builder in Phoenix that runs in the runtime environment and actively accepts Tailwind code (Runti...
New
lcabrini
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
lessless
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
ponychicken
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
NaN
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 Top

neilberkman
I’m trying to implement some TailwindUI components using LiveView and some of these specify enter / leave transitions to be implemented i...
New
zoltanszogyenyi
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
Nefcairon
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
aswinmohanme
I am currently sending text-based emails but would like to send proper brand based emails with Phoenix. I already have TailwindCSS setup,...
New
Fl4m3Ph03n1x
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
tcoopman
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
sreenadh_tc
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
hvanderheide
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
Sebb
tailwind will go through your files and find classes using a RE. So you can’t interpolate tailwind classes. <div class={"w-#{@foo}"}...
New
saleyn
After upgrading from Tailwindcss v3.3 to v4.1, I am getting the following error: $ mix assets.build ... Generated utilx app Error: Canno...
New
tmbb
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
dakora
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
cschmatzler
Hey all! There’s been a lot of conversation lately both around server/client-side interactivity and a bunch of component libraries poppi...
New
liamkillingback
Error: Cannot find module ‘tailwindcss/plugin’ I’ve just come across this new error whilst launching/deploying to fly. When the deploy g...
New
RooSoft
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 Top

stavanger
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
KimberlyBrooke
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
hectorperez
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
hectorperez
Hi! This does NOT work in my phoenix app: @tailwind base; @tailwind components; @tailwind utilities; @import "./markdown.css"; @import...
New
Nefcairon
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
MatijaL
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
amadeus
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
tadasajon
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
malloryerik
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
fceruti
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
dbern
I heard on a podcast episode on Thinking |> Elixir that there could be some TailwindCSS support when generating new Phoenix projects. ...
New
jmnda
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
marcdel
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
Rich_Morin
ElixirConf 2022 - Chris McCord - Phoenix + LiveView Updates contains (around 22:20) an example of Tailwind CSS class soup, used to define...
New
roflbobl
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
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement