#Show CSS vars instead of only value

3 messages · Page 1 of 1 (latest)

lapis star
#

Hello,

I am coming from a ChakraUI/TailwindCSS background and whenever I apply a styling, it usually shows the variable used when element inspecting it.

With Mantine, it does not which makes debugging stuff a bit harder.

My button background shows as following:

#

However, is it possible to do something like background-color: var(--mantine-colors-blue.2); (or something similar)

bright zephyr