We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ddffd3 commit ab396dcCopy full SHA for ab396dc
scss/_color.scss
@@ -38,4 +38,8 @@
38
// text color
39
.text-white {
40
color: $color-white;
41
+}
42
+
43
+.text-primary {
44
+ background-color: $color-primary;
45
}
0 commit comments