mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 21:31:28 +04:00
Add .text-gray-* utility classes (#2619)
Co-authored-by: codecalm <codecalm@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user