9 lines
175 B
SCSS
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; }
|
|
}
|