opened 01:32PM - 16 Apr 25 UTC
**What version of Cursor are you using?**
I use Cursor:
- Version: 0.48.9
- VSC…ode Version: 1.96.2
**What version of Tailwind CSS IntelliSense are you using?**
0.14.15
**What version of Tailwind CSS are you using?**
3.4.17
**What package manager are you using?**
pnpm
**What operating system are you using?**
macOS
**Tailwind config**
```js
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./src/components/**/*.{js,ts,jsx,tsx,mdx}',
'./src/app/**/*.{js,ts,jsx,tsx,mdx}',
],
theme: {
extend: {},
},
plugins: [],
}
```
**postcss config**
```js
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}
```
**VS Code settings**
No
**Output**
<img width="1094" alt="Image" src="https://github.com/user-attachments/assets/bc9e9f5b-ffdf-42b1-ad57-6eea176a22be" />
**Reproduction URL**
A public GitHub repo that includes a minimal reproduction of the bug. **Please do not link to your actual project**, what we need instead is a _minimal_ reproduction in a fresh project without any unnecessary code. This means it doesn't matter if your real project is private/confidential, since we want a link to a separate, isolated reproduction anyways.
**Describe your issue**
Describe the problem you're seeing, any important steps to reproduce and what behavior you expect instead