-
Notifications
You must be signed in to change notification settings - Fork 4.5k
@import url("tailwindcss") is not worked, only @import 'tailwindcss' #17724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think this might be by design, as per this test: tailwindcss/packages/tailwindcss/src/at-import.test.ts Lines 157 to 211 in 8feb6a7
You'd use without |
I see. |
The documentation website is open source at https://github.com/tailwindlabs/tailwindcss.com so feel free to submit a PR there. |
What version of Tailwind CSS are you using?
v4.1
What build tool (or framework if it abstracts the build tool) are you using?
react@18.3, vite@5.3.1, @tailwindcss/vite@4.1.4
What version of Node.js are you using?
v20.14.0
What browser are you using?
Chrome 135.0.7049.96
What operating system are you using?
macOS
Reproduction URL
https://stackblitz.com/edit/tailwind-4-import-url-is-not-working?file=vite.config.ts
Describe your issue
Defining tw styles import @import url("tailwindcss") is not worked, only @import 'tailwindcss' working
The text was updated successfully, but these errors were encountered: