- 25 Nov, 2016 1 commit
-
-
Mark Otto authored
-
- 08 Nov, 2016 1 commit
-
-
Bardi Harborow authored
-
- 04 Nov, 2016 1 commit
-
-
Eric Nolte authored
-
- 01 Nov, 2016 1 commit
-
-
Mark Otto authored
* make spacer utils responsive by grid tier * update scale to add two levels, document them * change responsive spacing utils to avoid the xs abbreviation in the class name for that tier * update code snippet to match source * update usage in our docs * linter * docs updates
-
- 27 Oct, 2016 5 commits
- 24 Oct, 2016 1 commit
-
-
Alan Mooiman authored
-
- 09 Oct, 2016 3 commits
- 03 Oct, 2016 3 commits
-
-
Bardi Harborow authored
-
Mark Otto authored
-
Mark Otto authored
* descriptions for getting started pages * descriptions for layout * add content page descriptions * more descriptions, updates to some existing ones * correct site url * add social stuff to config for twitter cards * add twitter meta tags; use large image for homepage and regular card for all others * add the assets * more site config * more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements
-
- 14 Sep, 2016 1 commit
-
-
Kovah authored
-
- 13 Sep, 2016 1 commit
-
-
Nick authored
-
- 12 Sep, 2016 1 commit
-
-
Mark Otto authored
-
- 09 Sep, 2016 1 commit
-
-
Mark Otto authored
-
- 20 Aug, 2016 1 commit
-
-
Mark Otto authored
-
- 06 Aug, 2016 1 commit
-
-
Scott Gauthreaux authored
I updated the doc with an example of a flex layout of 3 columns where the center column is specified as a `.col-xs-5` to show that other columns will resize no matter what the width of the center column. Experienced bootstrap developers will expect to have to use an even number for the center column width when in reality any size will work. I believe this is quite useful information and doesn't add too much to the docs. Another option would be to make that initial example a `.col-xs-5` instead of a `.col-xs-6` to highlight this fact in the first place.
-
- 27 Jul, 2016 1 commit
-
-
Mark Otto authored
- Creates new flexbox grid Sass file in our docs assets - Updates the Gruntfile to compile said new Sass file and minify the output - Update notice on flexbox docs page for how it works - Only enable compiled flexbox grid CSS in hosted docs site, not in dev (for easier and specific debugging of all flexbox features)
-
- 26 Jul, 2016 3 commits
- 24 Jul, 2016 1 commit
-
-
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
-
- 20 Jul, 2016 1 commit
-
-
Raphael Luba authored
The example for column ordering still referenced the old push/pull class names.
-
- 12 Jul, 2016 1 commit
-
-
XhmikosR authored
[ci skip]
-
- 13 Jun, 2016 1 commit
-
-
Mark Otto authored
-
- 24 Apr, 2016 2 commits
-
-
Bass Jobsen authored
endtag for the highlight
-
Bass Jobsen authored
add the `@include media-breakpoint-only()` and `@include media-breakpoint-between` mixins
-
- 08 Feb, 2016 1 commit
-
-
Chris Rebert authored
Fixup for fb4f5f0b [skip sauce]
-
- 06 Feb, 2016 7 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
-
Mark Otto authored
-