close
Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
0 answers
56 views

I'm integrating Preline UI into a Symfony application using AssetMapper (no webpack/encore). After following the Preline UI Symfony tutorial, my page fails to load with the following console error: ...
Sully_vian's user avatar
-2 votes
0 answers
57 views

I'm trying to build a UI where a large heading partially reveals an image inside the text while the remaining part of the image stays visible normally below the text. Layout idea: Top section ...
yogesh kodlinge's user avatar
0 votes
1 answer
129 views

Based on the Tailwind 4 source code, --value(--color-*-50) is not a valid syntax. But I would really like to make something similar to this: @import "tailwindcss"; @utility base-* { --...
Jurakin's user avatar
  • 1,223
-3 votes
1 answer
162 views

I’m building a frontend application using Next.js and Tailwind CSS where each section takes up the full viewport height (100vh). I want to implement a scroll-to-next-section behavior (similar to ...
Durkshaw's user avatar
0 votes
1 answer
96 views

In Tailwind CSS v4, with the new CSS-first configuration, variants can be defined using @variant {variant-name}. For example, a utility like this: hover:not-focus:bg-sky-900 <script src="https://...
rozsazoltan's user avatar
  • 20.2k
2 votes
1 answer
75 views

I want to transition a modal <dialog> element when it is opened by sliding it onto the screen. However, I can only get it to transition out, and not in. I've read the section on MDN for ...
Andy E's user avatar
  • 346k
1 vote
1 answer
569 views

I am working on a new Expo project (SDK 55) with NativeWind. The app runs successfully, but every time I change a Tailwind class (e.g., text-red-500 → text-blue-500) and save the file, Metro crashes. ...
BunHeng Dev's user avatar
4 votes
1 answer
131 views

I'm trying to create an overlay <div> on top of an <img>. The overlay is visible by default and disappears on hover. However, I'm running into an issue where the image "leaks" ...
ok i's user avatar
  • 171
Best practices
0 votes
0 replies
53 views

How properly configure Next.js 16 + MUI 7.3.9 + Tailwind 4.2? // layout.tsx: import type { Metadata } from "next"; import { Bebas_Neue, Rubik_Mono_One, Ultra } from "next/font/google&...
Karol's user avatar
  • 99
1 vote
0 answers
57 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
65 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
59 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
125 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
143 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
  • 20.2k
Advice
1 vote
8 replies
133 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

15 30 50 per page
1
2 3 4 5
705