We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi there,
Documentation says:
settings.scss can be used in your own components to access vuetify's variables.
But it doesn't say how. I tried this, but I got [sass] Error: Undefined variable:
[sass] Error: Undefined variable
@use "./settings"; .my-div { background-color: settings.$button-background; }
What am I missing?
Happy to share any information needed!
The text was updated successfully, but these errors were encountered:
751131a
That works, thanks!
Sorry, something went wrong.
No branches or pull requests
Hi there,
Documentation says:
But it doesn't say how. I tried this, but I got
[sass] Error: Undefined variable
:What am I missing?
Happy to share any information needed!
The text was updated successfully, but these errors were encountered: