aboutsummaryrefslogtreecommitdiff
path: root/scss/mixins/_grid.scss
AgeCommit message (Expand)AuthorFilesLines
2017-10-05make-col-offset: Remove percentage if it's zero.XhmikosR1-1/+2
2017-10-02Switch to stylelint. (#23572)XhmikosR1-2/+2
2017-09-17Minor Sass cleanup and consistency changes. (#23959)XhmikosR1-3/+3
2017-08-20Restore grid offset classesMark Otto1-0/+4
2017-08-13move max-width: 100% on .container to the root of the make-container mixin so...Mark Otto1-1/+1
2017-07-18make changes as per suggestion in #23100Chirag Modi1-2/+1
2017-07-18remove change which set from variable and make those in container classChirag Modi1-0/+1
2017-06-30drop the mixinsMark Otto1-23/+0
2017-06-30remove unused mixin, fix variableMark Otto1-10/+0
2017-06-30remove grid gutter sass map as it's output css was all jacked upMark Otto1-36/+18
2017-05-26Revert simplified grid column styles from #22376Mark Otto1-1/+5
2017-04-07drop flex and max-width, just use widthMark Otto1-6/+1
2017-03-26Drop position relative on container that was added quickly in Alpha 6Mark Otto1-1/+0
2017-03-18Update scss mixins to comply with scss-linting rules (#22151)naicko1-1/+1
2016-12-28add position relative to containerMark Otto1-0/+1
2016-12-22move flex to navbar container only; otherwise it affects things negatively el...Mark Otto1-1/+0
2016-12-22containers should flexMark Otto1-0/+1
2016-12-21Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)Mark Otto1-24/+10
2016-10-22Container padding uses per-breakpoint gutter sizes, fixes #19304.Chris Garcia1-3/+9
2016-10-09Move from max-width to width for containers, plus a max-width 100%Mark Otto1-1/+2
2016-09-13Add breakpoint-specific gutters.Kovah1-7/+29
2016-09-04Remove unused $variables in grid mixins (#20597)Franco Moya1-2/+2
2016-07-30Remove unused $size parameterAllan Chau1-1/+1
2016-07-23Follow-up to #19099 for grid fixesMark Otto1-2/+11
2016-02-17Add $gutter parameter to make-col mixin; fixes #19147Chris Rebert1-3/+3
2016-02-06Ugh, Sass doesn't do extends across media, so we can't use placeholder hereMark Otto1-7/+1
2016-02-06property orderMark Otto1-1/+1
2016-02-06More grid updatesMark Otto1-16/+7
2016-02-06flip things around again, no more base class, try out some new stuff to keep ...Mark Otto1-5/+14
2016-02-06Revamp grid classes to require .col base class and improve flexbox grid class...Mark Otto1-1/+3
2016-01-14Allow custom breakpoint config to be passed on by mixins which nest media que...Chris Purssell1-2/+2
2016-01-07Add a comment to follow-up on #17756Mark Otto1-0/+3
2016-01-07Merge pull request #17756 from zalog/patch-11Mark Otto1-0/+1
2015-10-23_grid.scss: Declare left margin before right margin for uniformity; refs #18036Chris Rebert1-1/+1
2015-10-01v4 - flexbox ie10+ compatibilityCatalin Zalog1-0/+1
2015-09-13Use "@if not $bool" selectorvsn4ik1-5/+2
2015-09-12fixes #17583: only include clearfix on make-container mixin when not in flex ...Mark Otto1-1/+4
2015-08-28scss: semantic grid: add make-container-breakpointO'meid1-0/+10
2015-05-27when using flexbox, don't add a clearfixMark Otto1-1/+2
2015-04-27stub out flexbox grid variation via -flexMark Otto1-2/+14
2014-12-24Automate breakpointsGleb Mazovetskiy1-8/+19
2014-12-02convert to scssMark Otto1-0/+41