Skip to content

Commit ab396dc

Browse files
committed
adding text-primary class, plus test vscode
1 parent 7ddffd3 commit ab396dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scss/_color.scss

+4
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,8 @@
3838
// text color
3939
.text-white {
4040
color: $color-white;
41+
}
42+
43+
.text-primary {
44+
background-color: $color-primary;
4145
}

0 commit comments

Comments
 (0)