aboutsummaryrefslogtreecommitdiff
path: root/scss/_grid.scss
AgeCommit message (Collapse)AuthorFilesLines
2017-08-14De-dupe width on .fluid-container (#23402)Mark Otto1-1/+0
Fixes #23397
2017-04-03css: .container-fluid 100%Catalin Zalog1-2/+3
Force .container-fluid to be 100% width no matter if the parent is flex, or not. Pen: http://codepen.io/zalog/pen/yMwyGr
2016-11-27Rename `.col-xs` to `.col` + some other cleanup (#21222)Starsam801-0/+1
* Use `breakpoint-min` instead of a counter * Remove 'xs' from flexbox grid
2016-11-26Add .no-gutters option to remove gutters from rows (#21211)Mark Otto1-0/+12
Fixes #19107.
2016-02-06Ugh, Sass doesn't do extends across media, so we can't use placeholder hereMark Otto1-13/+0
2016-02-06flip things around again, no more base class, try out some new stuff to keep ↵Mark Otto1-6/+6
responsive flex grid working
2016-02-06Move grid flex classes to utils instead maybe?Mark Otto1-37/+0
2016-02-06Revamp grid classes to require .col base class and improve flexbox grid ↵Mark Otto1-0/+12
classes with auto layout via flex: 1
2015-12-27.container, .container-fluid should be conditional upon $enable-grid-classesBass Jobsen1-8/+9
see: https://github.com/twbs/bootstrap/issues/17586
2015-10-27Merge pull request #17749 from Prelc/patch-1Mark Otto1-1/+0
Remove empty line from _grid.scss
2015-10-23Stop hardcoding grid tiers in flexbox alignment & ordering classes; fixes #18026Chris Rebert1-64/+17
[skip sauce] [skip validator]
2015-10-01Update _grid.scssMarko Prelec1-1/+0
Removed empty row.
2015-09-01Merge pull request #17259 from twbs/v4gcMark Otto1-4/+8
v4: Conditional predefined grid classes
2015-08-28scss: semantic grid: add make-container-breakpointO'meid1-6/+1
Signed-off-by: O'meid <[email protected]>
2015-08-23Make predefined grid classes conditionalMark Otto1-4/+8
- Add explicit -grid-classes variable and set to true by default - Wrap .row and .col generation in the boolean var
2015-08-17clean out comments that aren't all that helpfulMark Otto1-5/+0
2015-05-27Merge branch 'v4' of https://github.com/twbs/derpstrap into v4Mark Otto1-1/+1
Conflicts: dist/css/bootstrap.css dist/css/bootstrap.css.map docs/assets/css/docs.min.css
2015-04-27more flex grid stuffMark Otto1-5/+64
2015-04-27stub out flexbox grid variation via -flexMark Otto1-0/+25
2015-01-06rename media-breakpoint-{min,max} => media-breakpoint-{up,down}Chris Rebert1-1/+1
2014-12-24Automate breakpointsGleb Mazovetskiy1-52/+5
Breakpoints and container widths are now defined as maps.
2014-12-04tweak grid docs, add new tierMark Otto1-0/+9
2014-12-02convert to scssMark Otto1-0/+84