X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fdash%2Fapp%2Fpal%2Fstatic%2Fsass%2Fbootstrap%2Fhelpers%2F_color-bg.scss;fp=resources%2Ftools%2Fdash%2Fapp%2Fpal%2Fstatic%2Fsass%2Fbootstrap%2Fhelpers%2F_color-bg.scss;h=0000000000000000000000000000000000000000;hb=d6a60b5043c6f7c3dfc45853feb68d0aca5a4a5f;hp=b5ce7709c178b83b619217333125bcb33452a19c;hpb=d2ef7bc01df66f6a27f25d061db064cf4a463267;p=csit.git diff --git a/resources/tools/dash/app/pal/static/sass/bootstrap/helpers/_color-bg.scss b/resources/tools/dash/app/pal/static/sass/bootstrap/helpers/_color-bg.scss deleted file mode 100644 index b5ce7709c1..0000000000 --- a/resources/tools/dash/app/pal/static/sass/bootstrap/helpers/_color-bg.scss +++ /dev/null @@ -1,10 +0,0 @@ -// 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); - } -}