aboutsummaryrefslogtreecommitdiff
path: root/scss/mixins/_progress.scss
AgeCommit message (Collapse)AuthorFilesLines
2016-12-30Rewrite progress component without <progress> elementMark Otto1-16/+0
- <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.
2016-12-22Remove IE9 browser hacks. (#21393)Bardi Harborow1-7/+0
2015-12-11progress bar for IE10+/Edge (radius, use ::-ms-fill, add variant mixins, ↵Patrick H. Lauke1-0/+5
striped support)
2015-10-27mixins/_progress.scss: Note that 0\0 media query hack is for IE9Chris Rebert1-0/+1
[skip sauce] [skip validator]
2015-05-15Unquote to avoid NUL chars in the output CSSChris Rebert1-1/+1
2014-12-02convert to scssMark Otto1-0/+17