1. 12 Feb, 2018 1 commit
  2. 27 Nov, 2017 1 commit
  3. 06 Nov, 2017 2 commits
  4. 11 Aug, 2017 5 commits
  5. 26 May, 2017 1 commit
  6. 08 Apr, 2017 1 commit
  7. 21 Jan, 2017 2 commits
    • Mark Otto's avatar
      Progress line height (#21805) · eb361fa6
      Mark Otto authored
      * remove obvi comments
      
      * proper fix for #21801
      
      - ensures .progress-bar text is vertically centered should the height of the .progress-bar change by matching the line-height and height values
      - we can't use flexbox here because the inner text of an element doesn't count as a flex item
      eb361fa6
    • Mark Otto's avatar
      remove pretty obvi comments · 9f7ce09f
      Mark Otto authored
      9f7ce09f
  8. 31 Dec, 2016 1 commit
    • Mark Otto's avatar
      Rewrite progress component without <progress> element · a0141aa3
      Mark Otto authored
      - <progress> element didn't allow animation, labels overlaid, multiple bars, etc.
      
      - Revamps CSS to use something more similar to v3's implementation
      
      - Ditches variant mixin for `bg-` utils
      
      - Rebuilds docs to match, including adding a new Height section for customizing that.
      
      Only potential remaining todo is adding `.sr-only` instances to within the bar. Unsure if that's necessary.
      a0141aa3
  9. 22 Dec, 2016 1 commit
  10. 27 Nov, 2016 1 commit
  11. 20 Jul, 2016 1 commit
  12. 06 Feb, 2016 1 commit
  13. 11 Jan, 2016 1 commit
  14. 09 Jan, 2016 1 commit
  15. 06 Jan, 2016 2 commits
  16. 24 Dec, 2015 2 commits
  17. 21 Dec, 2015 2 commits
  18. 11 Dec, 2015 2 commits
  19. 31 Oct, 2015 1 commit
  20. 24 Aug, 2015 2 commits
  21. 18 Aug, 2015 1 commit
  22. 23 Jun, 2015 1 commit
  23. 15 May, 2015 1 commit
  24. 29 Apr, 2015 1 commit
    • Mark Otto's avatar
      Remove $line-height-computed · ed89be1f
      Mark Otto authored
      We have it set to `1` right now just to avoid compilation errors, but
      it’s been replaced everywhere with our new spacer classes anywho. We’ll
      likely want to remap that var to custom component vars though (e.g.,
      `$pagination-margin` instead of `$spacer-y`).
      ed89be1f
  25. 11 Dec, 2014 1 commit
  26. 09 Dec, 2014 1 commit
  27. 02 Dec, 2014 1 commit
  28. 04 Aug, 2014 2 commits