Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-20Set toast z-index variable in the correct spotflavio-b
2022-09-04Add workarounds for postcss values parser errorGeremia Taglialatela
2022-09-01Adding missing CSS variables for `z-index`louismaximepiton
2022-05-23Stylelint: Disable `custom-property-empty-line-before`Mark Otto
2022-04-12Improve use of CSS vars in ToastsJulien Déramond
2022-03-18Convert toasts to CSS variables (#35961)Mark Otto
2022-02-25Add z-index for .toast-container (#35859)Mark Otto
2021-07-22Toasts: Change showing timings and classes to keep toast `display:none` by de...GeoSot
2021-06-14Replace `/` division with multiplication and custom `divide()` function (#34245)Mark Otto
2021-01-13Add word-break to .toast-body (#32670)Onycss
2020-12-04Add toast positioningMartijn Cuppens
2020-09-23Update toasts dismiss (moving more styles to CSS instead of utilities), fix s...Mark Otto
2020-07-31Remove overflow: hidden from toasts (#31381)Mark Otto
2020-06-25Remove backdrop-filter from toastsMark Otto
2019-02-08Responsive font size implementation (#23816)Martijn Cuppens
2019-01-21Make component colors configurable (#28035)Martijn Cuppens
2018-12-22Use border-radius() mixin for toastShohei Yoshida
2018-12-12Fix margin above toast when previous toast is hidden (#27820)Martijn Cuppens
2018-12-10fix fade animation for toastJohann-S
2018-11-13Nest the `.toast.show` and use `display: block;` as inherit causes broken stylesMark Otto
2018-11-13Create toast JS plugin, add unit tests.Johann-S
2018-11-13Add new toasts componentMark Otto