Add .text-gray-* utility classes (#2619)

Co-authored-by: codecalm <codecalm@gmail.com>
This commit is contained in:
Ionut Antohi
2026-07-31 01:57:01 +02:00
committed by GitHub
co-authored by codecalm
parent 166c63cc34
commit 9ea657bac6
2 changed files with 9 additions and 0 deletions
+4
View File
@@ -78,6 +78,10 @@
.text-#{'' + $color}-fg {
color: var(--#{$prefix}#{$color}-fg) !important;
}
.text-#{'' + $color} {
color: var(--#{$prefix}#{$color}) !important;
}
}
@each $color, $value in $social-colors {