mirror of
https://github.com/andrewgioia/mana.git
synced 2024-10-31 23:44:47 +00:00
7 lines
177 B
SCSS
7 lines
177 B
SCSS
@use "variables";
|
|
|
|
.#{variables.$ms-prefix}-mechanic {
|
|
background: variables.$ms-ability-grad;
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
} |