v2.0.0 Release
- Add
bootstrap-dark-prefers-light.csswhich default to Bootstrap dark and display the light colors if the user'sprefers-color-scheme: light. - Add
bootstrap-light-prefers-dark.csswhich default to Bootstrap and display the dark colors if the user'sprefers-color-scheme: dark. - Add
bootstrap-prefers-dark-color-only.csswhich is only the colors ofbootstrap-prefers-dark.css. This is autogenerated byclean_non_color_attr.js. - Add
bootstrap-prefers-light-color-only.csswhich is only the colors ofbootstrap-prefers-light.css. This is autogenerated byclean_non_color_attr.js. - Add
clean_non_color_attr.jsgulp plugin (based ongulp-css-remove-attributes). - Update .NET/Razor Pages sample to use these new CSS files.
The preview versions 1.2.x was ¾ of this. We bumped the version due to the
$card-colorchange (see below).
Breaking changes
The $card-color variable has been reverted from $gray-200 (#e9ecef) to null (default Bootstrap value) due to a color issue in the dark/light theme.