Files
lair.moe/blueprints/root/static/style/tw.scss
T

9 lines
175 B
SCSS

@use "catppuccin" as theme;
.t {
&-red { color: theme.$red; }
&-orange { color: theme.$peach; }
&-yellow { color: theme.$yellow; }
&-green { color: theme.$green; }
}