1. 28 Aug, 2019 1 commit
  2. 23 May, 2019 1 commit
  3. 14 Dec, 2018 1 commit
  4. 02 Sep, 2018 1 commit
  5. 19 Aug, 2018 1 commit
  6. 16 Jan, 2018 1 commit
  7. 31 Dec, 2017 1 commit
  8. 03 Oct, 2017 1 commit
  9. 17 Sep, 2017 1 commit
  10. 20 Aug, 2017 1 commit
    • Mark Otto's avatar
      Restore grid offset classes · fd8c052c
      Mark Otto authored
      Fixes #23360 by restoring just the offset class generation to our grid
      framework mixins. Also restores the `make-col-offset` mixin.
      
      Docs have been restored to illustrate this behavior and merged with the
      newer margin utilities examples.
      fd8c052c
  11. 30 Jun, 2017 4 commits
  12. 18 Jun, 2017 1 commit
  13. 29 May, 2017 2 commits
  14. 26 Mar, 2017 1 commit
    • Mark Otto's avatar
      fixes #22111 · 7ca078da
      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
      7ca078da
  15. 22 Dec, 2016 1 commit
    • Mark Otto's avatar
      Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389) · eb2e1102
      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
      eb2e1102
  16. 28 Nov, 2016 2 commits
  17. 04 Nov, 2016 1 commit
    • Eric Nolte's avatar
      Update grid mixins to omit lowest breakpoint · 9402be4d
      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.
      9402be4d
  18. 20 Oct, 2016 1 commit
  19. 03 Oct, 2016 1 commit
    • Mark Otto's avatar
      Flexbox grid updates (#20829) · 88c601a8
      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
      88c601a8
  20. 14 Sep, 2016 1 commit
  21. 05 Sep, 2016 1 commit
  22. 26 Jul, 2016 1 commit
  23. 24 Jul, 2016 2 commits
    • Mark Otto's avatar
      linting · cdc55a46
      Mark Otto authored
      cdc55a46
    • 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
  24. 06 Apr, 2016 1 commit
  25. 17 Feb, 2016 2 commits
  26. 06 Feb, 2016 6 commits
  27. 14 Jan, 2016 1 commit
  28. 08 Dec, 2015 1 commit