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
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:
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: