Actually in Firefox Developer Tool I could see something as:
.foo {
background-color: var(--primary-color);
}
but I can’t know what is current value for--primary-color
.
Is it possibile to add this kind of feature?
Actually in Firefox Developer Tool I could see something as:
.foo {
background-color: var(--primary-color);
}
but I can’t know what is current value for--primary-color
.
Is it possibile to add this kind of feature?
There’s a bug open for this: https://bugzilla.mozilla.org/show_bug.cgi?id=1145527. It has a patch, too, but it needs a bit more work before it can land.
I hope to see it soon