We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm integrating with the vue-tel-input and while the docs mention that you should import css like this: import 'vue-tel-input/dist/vue-tel-input.css';
vue-tel-input
import 'vue-tel-input/dist/vue-tel-input.css';
This causes an error in vite:
And I see that in package exports it's like this:
So the import works as import 'vue-tel-input/vue-tel-input.css';, I think the docs should say this to not be misleading :)
import 'vue-tel-input/vue-tel-input.css';
Thanks
The text was updated successfully, but these errors were encountered:
fix wrong installation guide for css import #489
ca537ab
@rubensilva3 thanks for raising this, it's fixed now!
Sorry, something went wrong.
No branches or pull requests
I'm integrating with the
vue-tel-input
and while the docs mention that you should import css like this:import 'vue-tel-input/dist/vue-tel-input.css';
This causes an error in vite:
And I see that in package exports it's like this:
So the import works as
import 'vue-tel-input/vue-tel-input.css';
, I think the docs should say this to not be misleading :)Thanks
The text was updated successfully, but these errors were encountered: