1. 30 Jul, 2016 1 commit
  2. 26 Jul, 2016 1 commit
  3. 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
  4. 12 Jul, 2016 1 commit
  5. 20 Jun, 2016 1 commit
  6. 12 May, 2016 2 commits
  7. 09 May, 2016 1 commit
  8. 17 Apr, 2016 1 commit
  9. 06 Apr, 2016 1 commit
  10. 02 Mar, 2016 1 commit
  11. 17 Feb, 2016 2 commits
  12. 15 Feb, 2016 1 commit
  13. 11 Feb, 2016 1 commit
  14. 09 Feb, 2016 2 commits
  15. 08 Feb, 2016 1 commit
  16. 06 Feb, 2016 8 commits
  17. 04 Feb, 2016 1 commit
    • Mark Otto's avatar
      Redo line-height globally · ba37c376
      Mark Otto authored
      - Rename -height to -height-base to match other vars
      - Drop use of -height across the board and rely on it to be inherited
      - Adjust padding of .dropdown-header to account for different line-height of h6 heading element (this needs refactoring for variables and rems also)
      ba37c376
  18. 18 Jan, 2016 1 commit
  19. 17 Jan, 2016 1 commit
  20. 14 Jan, 2016 1 commit
  21. 13 Jan, 2016 2 commits
  22. 09 Jan, 2016 1 commit
  23. 07 Jan, 2016 1 commit
  24. 25 Dec, 2015 1 commit
    • Chris Rebert's avatar
      Fix syntax of .text-hide's `font` property value · 4a05f19a
      Chris Rebert authored
      In SCSS, the quotes were included verbatim in the resulting CSS, which isn't valid syntax for the `font` property.
      Removing the quotes fixes the syntax error and does not cause any SCSS compiler error.
      
      [skip sauce]
      [skip validator]
      4a05f19a
  25. 11 Dec, 2015 1 commit
  26. 10 Dec, 2015 1 commit
  27. 08 Dec, 2015 2 commits