1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 21:22:52 +02:00

First try on color-mix

This commit is contained in:
Louis-Maxime Piton
2024-02-28 18:42:20 +01:00
parent b61117df78
commit 2fee900824
5 changed files with 11 additions and 43 deletions

View File

@@ -22,14 +22,6 @@
--#{$prefix}on-#{$color}: #{$value};
}
@each $color, $value in $theme-colors-hover {
--#{$prefix}#{$color}-hover: #{$value};
}
@each $color, $value in $theme-colors-active {
--#{$prefix}#{$color}-active: #{$value};
}
@each $color, $value in $theme-colors-rgb {
--#{$prefix}#{$color}-rgb: #{$value};
}
@@ -172,14 +164,6 @@
--#{$prefix}on-#{$color}: #{$value};
}
@each $color, $value in $theme-colors-hover-dark {
--#{$prefix}#{$color}-hover: #{$value};
}
@each $color, $value in $theme-colors-active-dark {
--#{$prefix}#{$color}-active: #{$value};
}
@each $color, $value in $theme-colors-rgb-dark {
--#{$prefix}#{$color}-rgb: #{$value};
}