1. 18 Jan, 2018 1 commit
  2. 15 Jan, 2018 2 commits
  3. 28 Dec, 2017 1 commit
  4. 19 Oct, 2017 2 commits
  5. 18 Oct, 2017 1 commit
  6. 03 Oct, 2017 1 commit
  7. 15 Jun, 2017 1 commit
  8. 14 Jun, 2017 1 commit
  9. 04 Feb, 2017 1 commit
  10. 24 Jan, 2017 1 commit
  11. 27 Dec, 2016 1 commit
  12. 25 Dec, 2016 1 commit
  13. 26 Nov, 2016 1 commit
  14. 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
  15. 17 Jan, 2016 1 commit
  16. 27 Sep, 2015 1 commit
    • Gleb Mazovetskiy's avatar
      Change grid and container sizes to px · eabed0ed
      Gleb Mazovetskiy authored
      Changes grid and container sizes to `px`, as the
      viewport pixel size does not depend on the font size.
      
      The actual em values were inconsistent with the docs,
      while the docs were not the same as the comments:
      
      * `sm` breakpoint was 34em (544px) not 480px.
      * `lg` container max-width was 60rem (960px), less gutter than `md`.
        Changed to 940px, same as Bootstrap 3.
      * `xl` container max-width was 72.25rem which is 1140px not 1156px.
        Changed to 1140px matching the comment but not the docs.
      
      Addresses #17070 and #17388.
      eabed0ed
  17. 18 Jun, 2015 1 commit