aboutsummaryrefslogtreecommitdiff
path: root/scss/mixins/_grid.scss
AgeCommit message (Expand)AuthorFilesLines
2021-09-08Replace Sass division with multiplication and custom divide() functionMark Otto1-11/+11
2020-09-21Update devDependenciesXhmikosR1-1/+1
2020-08-06Remove undefined `$ignore-warning`Martijn Cuppens1-1/+1
2020-08-06Deprecate the `make-container-max-widths` mixinXhmikosR1-0/+1
2020-08-06Restore make-container-max-widths mixinMark Otto1-0/+9
2020-08-06Remove flex: 1 0 100% from rows (#31439) (#31445)XhmikosR1-1/+0
2020-06-24Prevent `.row` from shrinking in flex container (#30940)Gaƫl Poupard1-0/+1
2020-06-14Avoid duplication of container breakpoints (#30969)k-utsumi1-10/+0
2019-11-02Add make-col-auto mixin (#29367)Mark Otto1-0/+6
2019-09-26Allow override default col widthysds1-2/+3
2019-09-26CleanupMark Otto1-0/+11
2018-12-14Remove redundant brackets (#27768)Martijn Cuppens1-6/+6
2018-12-14Add missing parameter to grid mixins. (#27841)Florian Lacreuse1-9/+9
2018-08-19#26975: remove grid columns min heightMartijn Cuppens1-1/+0
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