9 lines
118 B
SCSS
9 lines
118 B
SCSS
.purpleText {
|
|
@include text-outline(#306);
|
|
}
|
|
|
|
.blackText {
|
|
@include text-outline($gray-600);
|
|
}
|
|
|
|
$blue-color: #06f; |