]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Update color and background-color utilities
authorMark Otto <markdotto@gmail.com>
Mon, 24 May 2021 18:56:19 +0000 (11:56 -0700)
committerMark Otto <otto@github.com>
Wed, 4 Aug 2021 00:06:06 +0000 (17:06 -0700)
commite72916e5b741b07b94b12b3707129e868811bdbb
treec54431fec249014ab9213b0eba689d77c3643425
parenta2f92d1aab591c57c6f50905d3cfed587efe914e
Update color and background-color utilities

- Adds new functions to generate additional Sass maps
- Adds new root variables for rgb() versions of our theme colors, plus a few extras
- Adds ability to change the alpha transparency of text color and background color utilities with new utilities, inline styles, or local CSS var
- Updates documentation for color and background-color utilities pages
- Deprecates .text-black-50 and .text-white-50 since those (and additional transparency levels) can be generated on the fly

Change approach slightly to prevent cascade
scss/_functions.scss
scss/_root.scss
scss/_utilities.scss
scss/_variables.scss
scss/mixins/_utilities.scss
site/content/docs/5.0/utilities/background.md
site/content/docs/5.0/utilities/colors.md