Skip to content
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

Vite plugin code generator generates invalid import path for roboto font #11129

Closed
BenoitRanque opened this issue Oct 27, 2021 · 1 comment
Closed
Labels

Comments

@BenoitRanque
Copy link
Contributor

Specifically, when roboto is selected the generated code looks like this:

import '@quasar/extras/roboto/roboto.css'

But the file is actually located at

import '@quasar/extras/roboto-font/roboto-font.css'

Drafting a pr now on the assumption that only the VitePluginUsage component needs to be fixed to remedy this

@rstoenescu
Copy link
Member

Thanks for PRing! This will be available on next docs deployment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants