Skip to main content
Filter by
Sorted by
Tagged with
-6 votes
2 answers
91 views

I am following a tutorial from Youtube by building a React portfolio site. I set up using Vite. I have followed the steps exactly and checked the code. But when running npm run dev localhost my ...
Nicholas Lee's user avatar
1 vote
0 answers
53 views

The background blurs as it should, but the child elements also get blurred and I have no idea what could be causing it or how to fix it. Does anyone have experience with this or can you see what the ...
J. Roman's user avatar
0 votes
0 answers
55 views

I'm having a problem using BlocksRenderer from @strapi/blocks-react-renderer. I've double-checked everything, and the data coming from the backend is correct. However, when I pass the rich text ...
samsa's user avatar
  • 88
-1 votes
1 answer
36 views

I’m working on a Blazor Server project targeting .NET 10 and trying to use Tailwind CSS. I included the Tailwind CDN script in the <head> section of App.razor, and at runtime everything works ...
Lentilles's user avatar
-1 votes
1 answer
86 views

I am using the latest Next.js 16.1.6 with Tailwind CSS v4.2.1 and React 19. When running the development server with Turbopack (next dev --turbo), arbitrary value classes like aspect-[12/5], z-[100], ...
Gonzalo Salas's user avatar
1 vote
3 answers
79 views

I created a test Vite+ project. Then I tried to install the @tailwindcss/vite plugin using the vp install command, which supports many Vite versions, but I still ran into a warning. (Although it can ...
rozsazoltan's user avatar
  • 19.9k
Advice
1 vote
8 replies
93 views

I recently started an internship where the team asked me to use SCSS. What caught my attention was that my mentor described the stack as: SCSS (main styling) Tailwind CSS (utility classes) In ...
Rishu Kumar's user avatar
0 votes
1 answer
96 views

I am using TailwindCSS v4 in a widget that will be embedded into other websites. Because of this, I want to avoid global style conflicts, especially CSS normalization. So instead of importing the full ...
Phong Vũ's user avatar
  • 290
0 votes
1 answer
74 views

I'm using Tailwind in a custom WP theme and ran into an issue with classes used inside the WP page editor. From my setup, I installed tailwind with Node.js and I build the CSS using "pnpm build&...
Randy Listrud's user avatar
2 votes
1 answer
54 views

Given the Nuxt UI Chip component having a color property accepting fixed colors. I'm calculating a heatmap color ranging from the Tailwind colors "bg-transparent" to "bg-emerald-900&...
m477h145h3rm53n's user avatar
1 vote
1 answer
71 views

I tried the utilities available in the documentation, but in a few cases nothing appeared in the compiled CSS. I don't see the expected result in DevTools, as if they don't exist at all: block-* ...
rozsazoltan's user avatar
  • 19.9k
0 votes
1 answer
73 views

I am currently building a custom React UI library (monorepo structure) using Tailwind CSS v4. During development with Storybook, my styles only render correctly if I explicitly point to the source ...
brainlesslukas's user avatar
0 votes
1 answer
78 views

I would have an index.css file that would set some initial styles like: h1, h2, h3, h4, h5, h6 { @apply text-gray-800 } and in few instances would like to set <h6 class="text-primary-500"...
Petar's user avatar
  • 29
5 votes
2 answers
124 views

I have a container with a max-width and two elements side by side using flexbox: a text block an image Both elements technically have the same height as flex items, but the image keeps empty space ...
NoMap9551's user avatar
1 vote
1 answer
114 views

I have a Svelte project that for a long time I used Tailwind v3 for, that I'm using Vite to build and Vercel to deploy. Then at some point I upgraded a bunch of packages, including upgrading Tailwind ...
Jason Ye's user avatar

15 30 50 per page
1
2 3 4 5
706