]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Drop `color()`, `theme-color()` & `gray()` functions (#29083)
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Thu, 25 Jul 2019 07:41:13 +0000 (09:41 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 25 Jul 2019 07:41:13 +0000 (10:41 +0300)
commit1c05c1dbf11ad272c142b1007e2ded1aa5cf3d7b
treedc04bd84bc16f5324e92bff1bc1306436529d6df
parent172d580db37a24d8f564acc5ae4deb811ba85699
Drop `color()`, `theme-color()` & `gray()` functions  (#29083)

Drop `color()`, `theme-color()` & `gray()` functions  in favor of variables. The functions just called a `map-get()` of a map where just the variables were defined.

Also the `theme-color-level()` now accepts any color you want instead of only `$theme-colors` colors. The first value now is a variable instead of the `$theme-colors` key.
scss/_alert.scss
scss/_functions.scss
scss/_list-group.scss
scss/_tables.scss
scss/_variables.scss
site/content/docs/4.3/getting-started/theming.md
site/content/docs/4.3/migration.md