Sha256: db55c1e17debd68c7866ee229f8081b5e6206b359fcae05cee9d975b0a269e9d
Contents?: true
Size: 565 Bytes
Versions: 5
Compression:
Stored size: 565 Bytes
Contents
@each $color, $value in $theme-colors { .bg-#{$color}, .bg-#{$color} > tbody > tr > td { background-color: $value; } } .bg-white, .bg-white > tbody > tr > td { background-color: $white !important; } .bg-transparent, .bg-transparent > tbody > tr > td { background-color: transparent !important; } @each $color, $value in $theme-colors { .text-#{$color}, .text-#{$color} > tbody > tr > td { color: $value; } } .text-white, .text-white > tbody > tr > td { color: $white; } .text-muted, .text-mute > tbody > tr > td { color: #636c72; }
Version data entries
5 entries across 5 versions & 1 rubygems