1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02:00

Add check to rgba-css-var function for body or bg (#34699)

This commit is contained in:
Mark Otto
2021-08-10 07:16:48 -07:00
committed by GitHub
parent fd92e353d0
commit 612d235faf
3 changed files with 30 additions and 13 deletions

View File

@@ -23,7 +23,8 @@
--#{$variable-prefix}white-rgb: #{to-rgb($white)};
--#{$variable-prefix}black-rgb: #{to-rgb($black)};
--#{$variable-prefix}body-rgb: #{to-rgb($body-color)};
--#{$variable-prefix}body-color-rgb: #{to-rgb($body-color)};
--#{$variable-prefix}body-bg-rgb: #{to-rgb($body-bg)};
// Fonts