2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Move reassigned Sass maps for colors to another stylesheet (#34942)

This commit is contained in:
Mark Otto
2021-11-15 03:03:48 -08:00
committed by GitHub
parent 96dcc150d5
commit 9f099d3e4f
10 changed files with 106 additions and 48 deletions
@@ -103,11 +103,11 @@ Grayscale colors are also available as a Sass map. **This map is not used to gen
RGB colors are generated from a separate Sass map:
{{< scss-docs name="theme-colors-rgb" file="scss/_variables.scss" >}}
{{< scss-docs name="theme-colors-rgb" file="scss/_maps.scss" >}}
And background color opacities build on that with their own map that's consumed by the utilities API:
{{< scss-docs name="utilities-bg-colors" file="scss/_variables.scss" >}}
{{< scss-docs name="utilities-bg-colors" file="scss/_maps.scss" >}}
### Mixins
+2 -2
View File
@@ -100,11 +100,11 @@ Grayscale colors are also available as a Sass map. **This map is not used to gen
RGB colors are generated from a separate Sass map:
{{< scss-docs name="theme-colors-rgb" file="scss/_variables.scss" >}}
{{< scss-docs name="theme-colors-rgb" file="scss/_maps.scss" >}}
And color opacities build on that with their own map that's consumed by the utilities API:
{{< scss-docs name="utilities-text-colors" file="scss/_variables.scss" >}}
{{< scss-docs name="utilities-text-colors" file="scss/_maps.scss" >}}
### Utilities API