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
path: root/scss
AgeCommit message (Expand)Author
2020-10-28v5: Floating labels (#30449)Mark Otto
2020-10-27v5: Add .fs-* utilities for font-size and rename font-weight/-style utilities...Mark Otto
2020-10-27Fix border radius for inputs groups with validationMartijn Cuppens
2020-10-27Fix border radii on validation messagesMartijn Cuppens
2020-10-27Require `.has-validation` class to fix border radii on form elementsMartijn Cuppens
2020-10-26Remove background-clip from .btn-closeMark Otto
2020-10-22Handle the Ubuntu sans-serif case (#31657)Gaël Poupard
2020-10-19Apply smooth-scroll when `prefers-reduced-motion: no-preference` (#31877)Gaël Poupard
2020-10-19Slow down spinners when `prefers-reduced-motion: reduce` (#31882)Gaël Poupard
2020-10-13Adding overflow visible as utilGaurav Behere
2020-10-13Colors rewrite (#30622)Martijn Cuppens
2020-10-07Alert : Added z-index for close button (#31826)Ankit Mishra
2020-09-30Add Sass variable for CSS variable prefix (#31684)Mark Otto
2020-09-29feat(colors): bump dark to gray-900 (#30550)Gaël Poupard
2020-09-29Fix disabled checkbox toggle buttons (#31651)Nikita Mikhaylov
2020-09-29Suppress flexbox side effects in breadcrumb (#31700)Martijn Cuppens
2020-09-29Prepare v5.0.0-alpha2. (#31748)v5.0.0-alpha2XhmikosR
2020-09-28Replace ellipsis Unicode symbol with three dots. (#31774)XhmikosR
2020-09-28Update stylelint to v13.7.2 (#31726)XhmikosR
2020-09-28_variables: change $btn-close-bg's attribute order (#31772)XhmikosR
2020-09-25Restore `rem` unit (#31746)Martijn Cuppens
2020-09-24Carousel enhancements, including .carousel-dark (#31650)Mark Otto
2020-09-24Add .dropdown-menu-dark (#30171)Mark Otto
2020-09-23Forgot to divide by 2Mark Otto
2020-09-23Match container gutters with row guttersMark Otto
2020-09-23Updates to .ratio selectors and docsMark Otto
2020-09-23Rename the classes and docs page, update everything accordinglyMark Otto
2020-09-23Updates responsive embeds with new class names and CSS variablesMark Otto
2020-09-23Input group addon sass customization options (#31729)Martijn Cuppens
2020-09-23Add more variables, add a comment for the 3Mark Otto
2020-09-23Double the brightness for improved focus contrastMark Otto
2020-09-23Update .btn-close-white to use grayscale() filter too for better focus stylesMark Otto
2020-09-23Update toasts dismiss (moving more styles to CSS instead of utilities), fix s...Mark Otto
2020-09-23Tweak sizing and alignment of .btn-close in modal headersMark Otto
2020-09-23Add opacity variables, set opacity on disabled stateMark Otto
2020-09-23Increase width of focus styles so it's more pixel perfect out of the boxMark Otto
2020-09-23Rename .close to .btn-close, replace times sign with background SVG, update f...Mark Otto
2020-09-22Add new variable for -padding-xMark Otto
2020-09-21Extra position utilities (#31280)Jaume Sala
2020-09-17docs: fix a few redirects (#31689)XhmikosR
2020-09-15Update Stylelint rulesXhmikosR
2020-09-15Add spaces after commasXhmikosR
2020-09-15Remove unnecessary nesting selectorsXhmikosR
2020-09-15Add a comment for escape-svg functionMark Otto
2020-09-09Add border width utility (#31484)Mauricio Hernan Cabrera
2020-09-02Add default parameters to each border radius mixin (#31571)Jeremy Jackson
2020-08-23fix(breakpoints): use next breakpoint when targetting xs onlyGaël Poupard
2020-08-13Give more priority to `.d-none` (#31473)Aleksander Machniak
2020-08-06Remove flex: 1 0 100% from rows (#31439)Mark Otto
2020-08-04box-shadow() mixin allow 'null' and drop support 'none' with multiple args (#...Shohei Yoshida