Sha256: 6b7b331333443f2b867f63b8d306bf3cd438346d20a5fd6bf87243633e663910
Contents?: true
Size: 263 Bytes
Versions: 3
Compression:
Stored size: 263 Bytes
Contents
// Utility classes for HM colors. // Text colors @each $name, $color in $hm-colors { .text-#{$name} { color: $color !important; } } // Background colors @each $name, $color in $hm-colors { .bg-#{$name} { background-color: $color !important; } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
just-the-hm-docs-1.0.2.rc1 | _sass/custom/hm-colors.scss |
just-the-hm-docs-1.0.1.rc1 | _sass/custom/hm-colors.scss |
just-the-hm-docs-1.0.0.rc1 | _sass/custom/hm-colors.scss |