- 28 Aug, 2019 1 commit
-
-
ysds authored
-
- 23 May, 2019 1 commit
-
-
Martijn Cuppens authored
-
- 14 Dec, 2018 1 commit
-
-
Martijn Cuppens authored
-
- 02 Sep, 2018 1 commit
-
-
Martijn Cuppens authored
Fixes #27114
-
- 19 Aug, 2018 1 commit
-
-
Martijn Cuppens authored
-
- 16 Jan, 2018 1 commit
-
-
Casper Bornebusch authored
* Add order-*-last grid class * copy updates
-
- 31 Dec, 2017 1 commit
-
-
Kevin Ruscoe authored
-
- 03 Oct, 2017 1 commit
-
-
Luke Frake authored
* Add first class to grid framework to add negative ordering * Add order-first explination to the docs
-
- 17 Sep, 2017 1 commit
-
-
XhmikosR authored
-
- 20 Aug, 2017 1 commit
-
- 30 Jun, 2017 4 commits
- 18 Jun, 2017 1 commit
-
-
Mark Otto authored
-
- 29 May, 2017 2 commits
- 26 Mar, 2017 1 commit
-
-
Mark Otto authored
- add .col-*-auto to the extend in our grid framework mixins so it gets padding - this means we can avoid the col-12 classes in our docs for the responsive variants
-
- 22 Dec, 2016 1 commit
-
-
Mark Otto authored
* remove the $enable-flex variable option * remove bootstrap-flex.css dist file and it's grunt task * remove the separate flex css file for docs; it's all the same now * remove flexbox docs (porting some to the main grid docs in next commit) * clean up few grid docs bits to simplify copy, start to mention flexbox * port relevant flexbox-grid.md content to grid.md - clean up mixins - update how it works section - bring over sizing and alignment sections * remove the $enable-flex from the options.md page * update lead paragraph to mention flexbox * update migration to mention loss of ie9 support * remove mention of flexbox dist file * clarify IE support * making a note * remove flexbox variant mentions from component docs - updates docs for media object, navs, list group, and cards to consolidate docs - no more need to callout flexbox variants since it's now the default * remove $enable-flex if/else from sass files * remove flex dist files * update scss lint property order to account for flex properties * linting * change to numberless classes for autosizing, wrap in highlighting div * bump gruntfile and postcss to ie10 * redo intro sections * rearrange * phew, redo hella grid docs - rearrange all the things - consolidate some bits * remove reference to flexbox mode * more border action for demo * Make some changes to the .card's in .card-deck's to ensure footers align to the bottom
-
- 28 Nov, 2016 2 commits
- 04 Nov, 2016 1 commit
-
-
Eric Nolte authored
The new breakpiont-limited class pattern is to omit the breakpoint size when using the lowest size eg. col-xs-12 to col-12. This commit implements this pattern to the grid system.
-
- 20 Oct, 2016 1 commit
-
-
Alan Mooiman authored
.col-xs-auto, .col-sm-auto, etc.
-
- 03 Oct, 2016 1 commit
-
-
Mark Otto authored
* Fixes #20775 without adding extra width and an important flag * Since we're now getting the extend, we don't need the extra position relative * rerrange * getting min-height from the extend already
-
- 14 Sep, 2016 1 commit
-
-
Kovah authored
-
- 05 Sep, 2016 1 commit
-
-
Franco Moya authored
-
- 26 Jul, 2016 1 commit
-
-
Mark Otto authored
-
- 24 Jul, 2016 2 commits
-
-
Mark Otto authored
-
Mark Otto authored
- Restores two-mixin approach to generating semantic grid columns (now with 'make-col-ready' and 'make-col') - Removes need for .col-xs-12 by restoring the mass list of all grid tier classes to set position, min-height, and padding - Adds an initial 'width: 100%' to flexbox grid column prep (later overridden by the column sizing in 'flex' shorthand or 'width') to prevent flexbox columns from collapsing in lower viewports
-
- 06 Apr, 2016 1 commit
-
-
Lionel Erard authored
[skip sauce] [skip validator]
-
- 17 Feb, 2016 2 commits
-
-
Chris Rebert authored
[skip sauce] [skip validator]
-
- 06 Feb, 2016 6 commits
-
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
- Flexbox responsive behavior fixed with specific .col-{breakpoint} classes now added - Dropped the make-col mixin in favor of a column-basics placeholder that we can extend across our grid infrastructure - Updated docs to use required .col-xs-12 (as a safeguard for when folks enable flexbox mode--this isn't necessary in default grid mode) - Update flexbox grid docs to include responsive docs, tweak some other bits too
-
Mark Otto authored
flip things around again, no more base class, try out some new stuff to keep responsive flex grid working
-
Mark Otto authored
Revamp grid classes to require .col base class and improve flexbox grid classes with auto layout via flex: 1
-
- 14 Jan, 2016 1 commit
-
-
Chris Purssell authored
-
- 08 Dec, 2015 1 commit
-
-
Chris Rebert authored
Fixes #18036 [skip sauce] [skip validator]
-