Sha256: 16fc127b90e0282c4dcbb6acf6b12dfaf213a01c4ed5806ff9f35e975d953f2d
Contents?: true
Size: 454 Bytes
Versions: 99
Compression:
Stored size: 454 Bytes
Contents
// stylelint-disable function-name-case // All-caps `RGBA()` function used because of this Sass bug: https://github.com/sass/node-sass/issues/2251 @each $color, $value in $theme-colors { $color-rgb: to-rgb($value); .text-bg-#{$color} { color: color-contrast($value) if($enable-important-utilities, !important, null); background-color: RGBA($color-rgb, var(--#{$prefix}bg-opacity, 1)) if($enable-important-utilities, !important, null); } }
Version data entries
99 entries across 99 versions & 9 rubygems