[v4] Files imported with @import "…" theme(…)
must only contain @theme
blocks
#15219
Labels
@import "…" theme(…)
must only contain @theme
blocks
#15219
What version of Tailwind CSS are you using?
tailwindcss 4.0.0-beta.2
What build tool (or framework if it abstracts the build tool) are you using?
vite 6.0.1
What version of Node.js are you using?
v23.1.0
What browser are you using?
NA
What operating system are you using?
macOS
Reproduction URL
I am not sure how to create Vue components with Tailwind Play. I have a reproducible example locally with only a few files.
npm create vite@latest
@import
styles.css
Describe your issue
build
throws the following exception:Note: This was originally found in my project. So I created a small example using
npm create vite@latest
and it is still happening.The text was updated successfully, but these errors were encountered: