Hi,
after the last update, we noticed that Figma changed the text case in DEV mode.
Before it was shown like this:
var(--base-white-900, #FFF);
And after the update, it is like this:
var(--Base-White-900, #FFF);
So the question is if there is some way to keep the old way of showing lover case instead of the new way → Capitalized Case as it is trouble for web devs and they can’t copy CSS directly from Figma anymore as they need to use lower case.
Is there any workaround?