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
2019-05-23Helpers & utilities split (#28445)Martijn Cuppens
2018-12-14Remove redundant brackets (#27768)Martijn Cuppens
2018-09-03Set max-width to 100%Martijn Cuppens
2018-08-19#26975: remove grid columns min heightMartijn Cuppens
2018-01-16Add order-last grid class (#24915)Casper Bornebusch
2017-12-31Add `.order-0` to the flexbox grid ordering helpers. (#25137)Kevin Ruscoe
2017-10-03Add order first to grid (#24202)Luke Frake
2017-09-17Minor Sass cleanup and consistency changes. (#23959)XhmikosR
2017-08-20Restore grid offset classesMark Otto
2017-06-30Update _grid-framework.scssMark Otto
2017-06-30Drop offsets and push/pull for new order variantsMark 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-06-18update commentMark Otto
2017-05-29keep width, add commentMark Otto
2017-05-29Fix responsive .col-{infix}-autoMark Otto
2017-03-26fixes #22111Mark Otto
2016-12-22Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)Mark Otto
2016-11-29Remove lots of duplication + minor cleanup (#21238)Starsam80
2016-11-28Rename `.col-xs` to `.col` + some other cleanup (#21222)Starsam80
2016-11-04Update grid mixins to omit lowest breakpointEric Nolte
2016-10-20Create col class for auto flexbox columnsAlan Mooiman
2016-10-03Flexbox grid updates (#20829)Mark Otto
2016-09-14Add breakpoint-specific gutters.Kovah
2016-09-05Remove unused $variables in grid mixins (#20597)Franco Moya
2016-07-26restore the .col-{bp} class for flexbox auto layoutMark Otto
2016-07-24lintingMark Otto
2016-07-24Follow-up to #19099 for grid fixesMark Otto
2016-04-06Update offset class name in comment in _grid-framework.scssLionel Erard
2016-02-17Add $gutter parameter to make-col mixin; fixes #19147Chris Rebert
2016-02-17fixes #19148 as follow up to #19099: ensure local mixin variable is used for ...Mark Otto
2016-02-06lintingMark Otto
2016-02-06Ugh, Sass doesn't do extends across media, so we can't use placeholder hereMark Otto
2016-02-06property order and white spaceMark 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
2015-12-08Remove useless .col-*-offset-12 and .col-xs-offset-0 classesChris Rebert
2015-08-20Fix -flex compile on Sass Ruby #17046Gleb Mazovetskiy
2015-04-27stub out flexbox grid variation via -flexMark Otto
2015-01-07rename media-breakpoint-{min,max} => media-breakpoint-{up,down}Chris Rebert
2014-12-24Automate breakpointsGleb Mazovetskiy
2014-12-07Refactor grid-framework followupGleb Mazovetskiy
2014-12-07Refactor grid_frameworkGleb Mazovetskiy
2014-12-05fix vars order, remove rando grid class from mixinMark Otto
2014-12-05tweak grid docs, add new tierMark Otto
2014-12-03convert to scssMark Otto