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

How to reuse Vuetify's variables? #344

Open
f-lawe opened this issue Mar 7, 2025 · 0 comments
Open

How to reuse Vuetify's variables? #344

f-lawe opened this issue Mar 7, 2025 · 0 comments

Comments

@f-lawe
Copy link

f-lawe commented Mar 7, 2025

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:

@use "./settings";

.my-div {
  background-color: settings.$button-background;
}

What am I missing?

Happy to share any information needed!

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

No branches or pull requests

1 participant