1. 30 Apr, 2019 1 commit
    • Martijn Cuppens's avatar
      Reboot & Type cleanup (#28698) · 09c99fe6
      Martijn Cuppens authored
      - Line height & font family from html were directly overridden by body, so they were redundant thus removed
      - The remaining properties are moved to body
      - Shim for IE10 tags removed
      - hr cleanup
        - Combined styles from reboot & type
        - Changed from borders to background
          - This allows us to keep the color inherited.
          - Opacity can be used to change the intensity
          - Size attribute will not change the height instead of making the hr look like an input field
        - Better variable names
      - headings cleanup
        - Moved all element styling to reboot
        - Type will now extend the element styling. This way we will save some redundant code
      - small & mark are also moved to reboot. type does not contain any element styling anymore
      - font weight removed from small, this did not really made sense
      09c99fe6
  2. 07 Feb, 2019 1 commit
  3. 26 Aug, 2018 2 commits
  4. 30 Oct, 2017 1 commit
  5. 03 Oct, 2017 1 commit
  6. 30 Jun, 2017 1 commit
  7. 13 Jun, 2017 1 commit
  8. 05 Mar, 2017 1 commit
    • Mark Otto's avatar
      Update spacer utilities (#22123) · ed1de867
      Mark Otto authored
      * Drop -x and -y as they're all the same
      - Also move -width to elsewhere in the vars because it makes no sense by spacers.
      - Update values of -x and -y across main Sass and docs Sass.
      * Update docs to reflect changes; link to spacing utils from options page
      ed1de867
  9. 02 Jan, 2017 1 commit
  10. 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
  11. 19 Oct, 2016 1 commit
  12. 17 Oct, 2016 1 commit
  13. 09 Oct, 2016 1 commit
  14. 16 Feb, 2016 3 commits
  15. 07 Feb, 2016 2 commits
  16. 04 Feb, 2016 2 commits
    • Chris Rebert's avatar
      Revert separation of <hN> and .hN heading styles · 23979a99
      Chris Rebert authored
      This reverts commit deeb74e3.
      
      Reverts #18038
      Fixes #18992
      [skip sauce]
      [skip validator]
      23979a99
    • 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
  17. 15 Jan, 2016 1 commit
  18. 25 Dec, 2015 1 commit
  19. 08 Dec, 2015 2 commits
  20. 04 Dec, 2015 1 commit
  21. 13 Nov, 2015 1 commit
  22. 11 Nov, 2015 1 commit
  23. 03 Nov, 2015 3 commits
  24. 24 Oct, 2015 2 commits
  25. 13 Oct, 2015 1 commit
  26. 02 Sep, 2015 1 commit
  27. 24 Aug, 2015 1 commit
  28. 23 Aug, 2015 1 commit
  29. 18 Aug, 2015 1 commit
  30. 14 Aug, 2015 1 commit
    • Mark Otto's avatar
      variables cleanup · 1da01e68
      Mark Otto authored
      - new vars for .lead size and weight (previously had none)
      - new var for default margin-bottom on h1-h6 elements (previously had none)
      - rearranged vars to combine two typography sections into one in variables.scss
      - reassigned border-width var to hr-border-width
      - made hr-border more specific as hr-border-color
      1da01e68
  31. 13 Aug, 2015 1 commit