-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Open
Labels
Description
What version of Tailwind CSS are you using?
v4.1.17
What build tool (or framework if it abstracts the build tool) are you using?
Vite 5.4.3
What version of Node.js are you using?
v20.19.0
What browser are you using?
Chrome
What operating system are you using?
macOS
Reproduction URL
Describe your issue
I'm trying to use @source inline to generate some utility classes I need, like the shadow classes, but it's not working. My configuration looks like this:
@source inline("shadow-{xs,sm,md,lg}");