Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
11 views

I recently joined my university’s CS group and started learning Tailwind using the Phoenix framework. To practice, I cloned a repository of an ongoing project. After a few days, I decided to create a ...
EDRO's user avatar
  • 22
1 vote
1 answer
68 views

I'm working on a Next.js 16 project and trying to set up Tailwind CSS v4. I installed Tailwind via npm: npm install -D tailwindcss postcss autoprefixer I also created the following config files ...
trabelsi wejden's user avatar
1 vote
1 answer
59 views

I try to use TailwindCSS and CSS (as static), but TailwindCSS utilities override the static CSS styles. I tried moving TailwindCSS invocation tags after, before static CSS invocation, but it didn't ...
Avoy Sain's user avatar
-3 votes
1 answer
58 views

Given a monorepo containing N projects, I wanted to avoid duplicating components, so I thought of creating a dependency package that only ships the components. However, if I install TailwindCSS in ...
rozsazoltan's user avatar
  • 18.2k
2 votes
1 answer
90 views

I have trouble on implementing TailwindCSS v4 on Deno. This is my structure: deno.json { "tasks": { "dev": "deno run -A --watch main.ts", "vite": &...
トロイ's user avatar
0 votes
1 answer
54 views

I am currently fighting a little bit with my application as I am not able to make it look as I want. I have a tooltip component in which several items can be placed. The tooltip should grow based on ...
KHanusova's user avatar
  • 197
0 votes
1 answer
95 views

The TailwindCSS website currently doesn't have any guidance related to Bun, so it's difficult for me to figure out how to properly integrate v4 with Bun SSR. I found a bun-plugin-tailwind dependency ...
Gabriel Rubio's user avatar
1 vote
1 answer
77 views

I've a problem with the Nativewind variables. I created my project on the new version of expo (sdk 54) and therefore nativewind v4 but there is no more file tailwind.config.js to put variables, only ...
Raphaël Miroir's user avatar
0 votes
1 answer
61 views

I have created a site using React with TailwindCSS v4.1.16. When running the site in dev mode (npm run dev), the responsive design is working and I can see the changing formats when I resize my screen ...
myers96's user avatar
2 votes
1 answer
51 views

I have 2 vertical lists of items stacked on each other vertically (here's a mockup: https://play.tailwindcss.com/X5ROLUVlVN). <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4">&...
bj0's user avatar
  • 8,345
4 votes
1 answer
59 views

Given the Nuxt UI marquee component <UMarquee> <!-- ... --> </UMarquee> is it possible to control its speed? I wasn't able to find a prop for that. Maybe this can be ...
m477h145h3rm53n's user avatar
3 votes
1 answer
76 views

I'm building a responsive MacBook screen component using CSS aspect-ratio, but I'm encountering a strange behavior where the aspect ratio gets distorted depending on how I position the inner content. ...
Valentin Mourtialon's user avatar
3 votes
1 answer
87 views

I have a parent container with both max-width and max-height constraints, and I want a child element to maintain a 16:9 aspect ratio while fitting entirely within the parent. Current code <div ...
Valentin Mourtialon's user avatar
0 votes
1 answer
129 views

I'm working on a Vue 3 monorepo with the following structure: packages/ └── ui/ ├── src/ │ ├── components/ │ │ └── *.vue │ └── assets/ │ └── tailwind.css └── ...
Amin's user avatar
  • 397
0 votes
1 answer
104 views

I am trying to make an app, using tailwind for styling. The problem emerges when I try to use my variables with tailwind. I made seperate config for tailwind, declared the variables in global.css, but ...
seena's user avatar
  • 1
0 votes
0 answers
109 views

I'm using tailwindcss v4, and NO tailwind.config.js anymore, so basically CSS first rule. I use Astro with vite config, and the way I am trying to structure the layers of tailwindcss is failing ...
Afshin's user avatar
  • 2,447
0 votes
1 answer
43 views

I've been creating a layout in Laravel, Blade, and Tailwind CSS that seems pretty basic; I want a sidebar on the left side and a main content column that scrolls vertically if there's overflow. The ...
Justin Russell's user avatar
0 votes
0 answers
74 views

I am working on a landing page using react and tailwind. You have a sticky navigation where you click links then view scrolls to that particular section which connected to the link because section has ...
Ayan Upadhaya's user avatar
0 votes
0 answers
49 views

I'm new to React Native and trying to create an app using tailwind classes but getting different types of error while building the application. The errors are as follows: The development server ...
Muhammad Shahzaib's user avatar
0 votes
0 answers
27 views

I’m using a MacBook Pro and I’m trying to install Tailwind, but it’s not working. When I run: npm install tailwindcss @tailwindcss/postcss postcss npx tailwindcss init -p I get the following error: ...
Blanc18's user avatar
1 vote
1 answer
81 views

Trying create hovering effect for my div. But the color i passed in prop is not working in tailwindcss except red, only red hover effect is seen. code:` import React from 'react'; const CardOfSkills = ...
Manas Kalamkar's user avatar
2 votes
1 answer
214 views

So I'm trying to do a project in Nuxt 4, and I got a problem when I try to edit any CSS element. It just crashes to 500 Cannot redefine property: _path I tried changing node version because I found ...
Tin's user avatar
  • 25
1 vote
1 answer
108 views

I'm having issue with tailwindcss 4. On fresh new project when I run the app the error occurs: C:/Users/Maxima/Desktop/System_obslugi_praktyk/src/app.css:45:1: @layer base is used but no matching @...
Piszczek's user avatar
0 votes
1 answer
228 views

I'm using TailwindCSS v4.0.x, and @source inline safelist doesn't work with either the CLI, PostCSS, or even the Vite plugin: https://tailwindcss.com/docs/detecting-classes-in-source-files#...
rozsazoltan's user avatar
  • 18.2k
1 vote
1 answer
97 views

I faced problem that some of my internal page doesn't have connection of link and google bot can not find that pages. so I want to make it detectible by adding sr-only component in page ( that page is ...
dan kim's user avatar
  • 11

1
2 3 4 5
213