What version of Tailwind CSS are you using?
v4.2.3
What build tool (or framework if it abstracts the build tool) are you using?
Vite 8.0.9
What version of Node.js are you using?
v24.15.0
What operating system are you using?
macOS
when used together with resolve.alias in vite.config
resolve: {
alias: [
{ find: '@', replacement: fileURLToPath(new URL('.', import.meta.url)) },
],
},
What version of Tailwind CSS are you using?
v4.2.3
What build tool (or framework if it abstracts the build tool) are you using?
Vite 8.0.9
What version of Node.js are you using?
v24.15.0
What operating system are you using?
macOS
when used together with resolve.alias in vite.config