TailwindCSS import.meta issue This repository demonstrates an issue with Vite where import.meta cannot be used in the TailwindCSS config file. Reproduction Clone the repository Run pnpm install Run pnpm run build or pnpm run dev See the error Expected behavior The build should succeed.