1. 25 Nov, 2016 1 commit
  2. 08 Nov, 2016 1 commit
  3. 04 Nov, 2016 1 commit
  4. 01 Nov, 2016 1 commit
    • Mark Otto's avatar
      Make spacer utils responsive (#20926) · f734814f
      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
      f734814f
  5. 27 Oct, 2016 5 commits
  6. 24 Oct, 2016 1 commit
  7. 09 Oct, 2016 3 commits
  8. 03 Oct, 2016 3 commits
    • Bardi Harborow's avatar
    • Mark Otto's avatar
      fix typos · 4699fd4b
      Mark Otto authored
      4699fd4b
    • Mark Otto's avatar
      v4: Social meta tags (#20825) · 7bf868a7
      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
      7bf868a7
  9. 14 Sep, 2016 1 commit
  10. 13 Sep, 2016 1 commit
  11. 12 Sep, 2016 1 commit
  12. 09 Sep, 2016 1 commit
  13. 20 Aug, 2016 1 commit
  14. 06 Aug, 2016 1 commit
    • Scott Gauthreaux's avatar
      Updated docs with extra auto resize example · 98a8e994
      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.
      98a8e994
  15. 27 Jul, 2016 1 commit
    • Mark Otto's avatar
      Enable flexbox grid CSS on our docs page · 8e9a9a59
      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)
      8e9a9a59
  16. 26 Jul, 2016 3 commits
  17. 24 Jul, 2016 1 commit
    • Mark Otto's avatar
      Follow-up to #19099 for grid fixes · a8879c8f
      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
      a8879c8f
  18. 20 Jul, 2016 1 commit
  19. 12 Jul, 2016 1 commit
  20. 13 Jun, 2016 1 commit
  21. 24 Apr, 2016 2 commits
  22. 08 Feb, 2016 1 commit
  23. 06 Feb, 2016 7 commits