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

No suggestion if try to re-define css variable #76

Open
Yegorich555 opened this issue Nov 10, 2023 · 0 comments
Open

No suggestion if try to re-define css variable #76

Yegorich555 opened this issue Nov 10, 2023 · 0 comments

Comments

@Yegorich555
Copy link

One of the important feature of css-vars is ability to re-define value of existed css variable. Lets assume I need to rewrite --base-bg: #fff;
So when I type -- I'm expecting to see list of vars

button {
   --base-bg: #fff;
   background: var(--base-bg); /* intellisense suggests css-var here - it worksF */
}
.customButton {
   --base-bg: #efefefe; /* when I type  --b  intellisense-list is empty; but expected the same behavior as above */
}
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