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
2020-09-15Remove unnecessary nesting selectorsXhmikosR
2020-08-06Remove flex: 1 0 100% from rows (#31439)Mark Otto
2020-06-09fix(grid): zero min-width on .col has too much side-effects (#30979)Gaël Poupard
2020-06-08Prevent `.row` from shrinking in flex container (#30940)Gaël Poupard
2020-04-18grid: checks for `$grid-columns > 0` (#30605)Catalin Zalog
2020-04-16feat: checks for `$grid-row-columns` (#30606)Catalin Zalog
2020-04-15Add `bs-` prefixes to custom properties (#30591)Martijn Cuppens
2020-03-30Switch to custom properties to control grid gutter widths (#30475)Martijn Cuppens
2020-03-10Add row-cols-auto and responsive variantsMartijn Cuppens
2020-03-10bootstrap-grid.css: Only apply `box-sizing: border-box` to the columns instea...Martijn Cuppens
2020-03-10Bootstrap 5 gridMartijn Cuppens
2020-02-03Split grid & containers (#29146)Martijn Cuppens
2019-10-17Add make-col-auto mixin (#29367)Mark Otto
2019-08-30Allow override default col widthysds
2019-08-30CleanupMark Otto
2019-05-05Configurable container padding (#28554)Martijn Cuppens
2018-12-14Remove redundant brackets (#27768)Martijn Cuppens
2018-12-14Add missing parameter to grid mixins. (#27841)Florian Lacreuse
2018-08-19#26975: remove grid columns min heightMartijn Cuppens
2017-10-05make-col-offset: Remove percentage if it's zero.XhmikosR
2017-10-03Switch to stylelint. (#23572)XhmikosR
2017-09-17Minor Sass cleanup and consistency changes. (#23959)XhmikosR
2017-08-20Restore grid offset classesMark Otto
2017-08-14move max-width: 100% on .container to the root of the make-container mixin so...Mark Otto
2017-07-18make changes as per suggestion in #23100Chirag Modi
2017-07-18remove change which set from variable and make those in container classChirag Modi
2017-06-30drop the mixinsMark Otto
2017-06-30remove unused mixin, fix variableMark Otto
2017-06-30remove grid gutter sass map as it's output css was all jacked upMark Otto
2017-05-27Revert simplified grid column styles from #22376Mark Otto
2017-04-08drop flex and max-width, just use widthMark Otto
2017-03-26Drop position relative on container that was added quickly in Alpha 6Mark Otto
2017-03-18Update scss mixins to comply with scss-linting rules (#22151)naicko
2016-12-29add position relative to containerMark Otto
2016-12-23move flex to navbar container only; otherwise it affects things negatively el...Mark Otto
2016-12-23containers should flexMark Otto
2016-12-22Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)Mark Otto
2016-10-22Container padding uses per-breakpoint gutter sizes, fixes #19304.Chris Garcia
2016-10-09Move from max-width to width for containers, plus a max-width 100%Mark Otto
2016-09-14Add breakpoint-specific gutters.Kovah
2016-09-05Remove unused $variables in grid mixins (#20597)Franco Moya
2016-07-30Remove unused $size parameterAllan Chau
2016-07-24Follow-up to #19099 for grid fixesMark Otto
2016-02-17Add $gutter parameter to make-col mixin; fixes #19147Chris Rebert
2016-02-06Ugh, Sass doesn't do extends across media, so we can't use placeholder hereMark Otto
2016-02-06property orderMark Otto
2016-02-06More grid updatesMark Otto
2016-02-06flip things around again, no more base class, try out some new stuff to keep ...Mark Otto
2016-02-06Revamp grid classes to require .col base class and improve flexbox grid class...Mark Otto
2016-01-14Allow custom breakpoint config to be passed on by mixins which nest media que...Chris Purssell