[v4] How do I use Vite resolve alias in url(...) ? #15509
Unanswered
lewebsimple
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have some resolve aliases defined in Vite i.e.
{ "@": resolve(__dirname, "src") }
that used to work in Tailwind v3 but don't in v4.(I'm using Nuxt UI v3.0.0-alpha.10 in a Vue project)
Beta Was this translation helpful? Give feedback.
All reactions