You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2025. It is now read-only.
I was looking to see if this kind of feature is possible
right now what we get on hover of the variable is the actual value defined which is neat
what if we could define some meta data in the comments just above the variable to be shown when some hovered over the usage
example
:root{
/**** @description This is primary color for X Design system*/--primary-default:#157eba
}
and is some other css file
.button-primary {
background-color:var(--primary-default);/*when you hover over the variable you see the description defined above*/
}
Yegorich555, zachhornsby, hanfengv, adny and kaelig