#@mixin equivalent in vanilla-extract?

2 messages · Page 1 of 1 (latest)

mystic nymph
#

Was wondering the way to translate this to vanilla-extract style...

.link {
  @mixin hover {
    background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-6));
  }
}
#

Got it i think