7 lines
73 B
SCSS
7 lines
73 B
SCSS
|
@import "colors";
|
||
|
|
||
|
%new-type {
|
||
|
font-family: "Muli";
|
||
|
color: $black;
|
||
|
}
|