-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
**What version of Tailwind CSS are you using? **
v4.1.8
**What build tool (or framework if it abstracts the build tool) are you using? **
Vite 6.3.5
**What version of Node.js are you using? **
v20.14.0
**What browser are you using? **
Chrome
**What operating system are you using? **
Windows
Reproduction URL
Describe your issue
Use the following in the css file containing @import "tailwindcss" :
.flex-center {
@apply flex items-center justify-center;
}or
@layer utilities {
.flex-center {
@apply flex items-center justify-center;
}
}When I'm on the element tag 'class', it normally has the intelligent prompt of 'tailwindcss', but does not contain 'flex-center'
Metadata
Metadata
Assignees
Labels
No labels