aboutsummaryrefslogtreecommitdiff
path: root/scss/mixins/_grid-framework.scss
AgeCommit message (Expand)AuthorFilesLines
2021-09-08Replace Sass division with multiplication and custom divide() functionMark Otto1-2/+2
2020-06-10Backport #30979 (#30999)Gaƫl Poupard1-1/+0
2020-04-28Backport #30605Martijn Cuppens1-12/+19
2020-04-28Backport #30606 (#30612)Catalin Zalog1-3/+5
2020-02-17Prevent grid with default cols from breaking when large pre was present (#30049)Jens Luyten1-0/+1
2019-11-02Add make-col-auto mixin (#29367)Mark Otto1-3/+1
2019-09-26Allow override default col widthysds1-0/+7
2018-12-14Remove redundant brackets (#27768)Martijn Cuppens1-2/+2
2018-09-02Set max-width to 100%Martijn Cuppens1-1/+1
2018-08-19#26975: remove grid columns min heightMartijn Cuppens1-1/+0
2018-01-16Add order-last grid class (#24915)Casper Bornebusch1-6/+4
2017-12-31Add `.order-0` to the flexbox grid ordering helpers. (#25137)Kevin Ruscoe1-1/+1
2017-10-02Add order first to grid (#24202)Luke Frake1-0/+4
2017-09-17Minor Sass cleanup and consistency changes. (#23959)XhmikosR1-2/+2
2017-08-20Restore grid offset classesMark Otto1-0/+9
2017-06-30Update _grid-framework.scssMark Otto1-1/+1
2017-06-30Drop offsets and push/pull for new order variantsMark Otto1-14/+3
2017-06-30remove unused mixin, fix variableMark Otto1-3/+3
2017-06-30remove grid gutter sass map as it's output css was all jacked upMark Otto1-2/+2
2017-06-17update commentMark Otto1-1/+1
2017-05-28keep width, add commentMark Otto1-1/+2
2017-05-28Fix responsive .col-{infix}-autoMark Otto1-1/+1
2017-03-26fixes #22111Mark Otto1-1/+2
2016-12-21Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)Mark Otto1-20/+12
2016-11-28Remove lots of duplication + minor cleanup (#21238)Starsam801-63/+20
2016-11-27Rename `.col-xs` to `.col` + some other cleanup (#21222)Starsam801-39/+50
2016-11-04Update grid mixins to omit lowest breakpointEric Nolte1-12/+44
2016-10-20Create col class for auto flexbox columnsAlan Mooiman1-0/+4
2016-10-02Flexbox grid updates (#20829)Mark Otto1-2/+5
2016-09-13Add breakpoint-specific gutters.Kovah1-7/+3
2016-09-04Remove unused $variables in grid mixins (#20597)Franco Moya1-1/+1
2016-07-25restore the .col-{bp} class for flexbox auto layoutMark Otto1-0/+13
2016-07-23lintingMark Otto1-1/+1
2016-07-23Follow-up to #19099 for grid fixesMark Otto1-11/+21
2016-04-06Update offset class name in comment in _grid-framework.scssLionel Erard1-1/+1
2016-02-17Add $gutter parameter to make-col mixin; fixes #19147Chris Rebert1-1/+1
2016-02-16fixes #19148 as follow up to #19099: ensure local mixin variable is used for ...Mark Otto1-2/+2
2016-02-06lintingMark Otto1-2/+2
2016-02-06Ugh, Sass doesn't do extends across media, so we can't use placeholder hereMark Otto1-1/+4
2016-02-06property order and white spaceMark Otto1-2/+2
2016-02-06More grid updatesMark Otto1-9/+5
2016-02-06flip things around again, no more base class, try out some new stuff to keep ...Mark Otto1-5/+13
2016-02-06Revamp grid classes to require .col base class and improve flexbox grid class...Mark Otto1-16/+2
2016-01-14Allow custom breakpoint config to be passed on by mixins which nest media que...Chris Purssell1-1/+1
2015-12-08Remove useless .col-*-offset-12 and .col-xs-offset-0 classesChris Rebert1-1/+11
2015-08-20Fix -flex compile on Sass Ruby #17046Gleb Mazovetskiy1-6/+4
2015-04-27stub out flexbox grid variation via -flexMark Otto1-1/+5
2015-01-06rename media-breakpoint-{min,max} => media-breakpoint-{up,down}Chris Rebert1-1/+1
2014-12-24Automate breakpointsGleb Mazovetskiy1-52/+23
2014-12-07Refactor grid-framework followupGleb Mazovetskiy1-47/+51