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 importing the complete .scss file I copied from this repository, my question is, why do I need to import the default compiled .css?
.css
import '@imengyu/vue3-context-menu/lib/vue3-context-menu.css' import '@/assets/scss/contextMenu.scss'
If I just import my own style it doesn't work:
import '@/assets/scss/contextMenu.scss'
I need to import both styles, this doesn't make any sense...
How can I fix that? I just want to import my own style.
The text was updated successfully, but these errors were encountered:
There are two styles written inside the component here .mx-menu-ghost-host.
ContextMenu.scss was not intended for you to import, the correct way is to use compiled css file.
ContextMenu.scss
Sorry, something went wrong.
No branches or pull requests
I'm importing the complete .scss file I copied from this repository, my question is, why do I need to import the default compiled
.css
?If I just import my own style it doesn't work:
I need to import both styles, this doesn't make any sense...
How can I fix that? I just want to import my own style.
The text was updated successfully, but these errors were encountered: