| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-02-10 | Add Sass docs (variables, mixins, and loops) to most pages (#32747) | Mark Otto | 1 | -0/+3 |
| 2020-11-11 | Use correct value order (#32121) | Martijn Cuppens | 1 | -1/+1 |
| 2020-04-26 | Rename variables for brevity | Mark Otto | 1 | -1/+1 |
| 2019-11-04 | progress: Fix IE overflow (#29629) | Martijn Cuppens | 1 | -0/+1 |
| 2019-05-02 | Improve progress-bar-stripes animation (#28697) | Martijn Cuppens | 1 | -2/+1 |
| 2019-03-21 | Check prefers-reduced-motion variable before adding reduced motion media quer... | Patrick H. Lauke | 1 | -2/+4 |
| 2019-02-07 | Responsive font size implementation (#23816) | Martijn Cuppens | 1 | -1/+1 |
| 2019-01-15 | Make progress animation respect `$enable-transitions` and `prefers-reduced-mo... | Martijn Cuppens | 1 | -5/+14 |
| 2018-02-11 | Prevent word-wrap (#25248) | Martijn Cuppens | 1 | -0/+1 |
| 2017-11-27 | Restore currently unused variables (#24891) | Mark Otto | 1 | -0/+1 |
| 2017-11-06 | Restore .progress-bar transition (#24694) | Mark Otto | 1 | -0/+1 |
| 2017-11-06 | fixing label cutoff at 0% (#24544) | Gijs Boddeus | 1 | -1/+2 |
| 2017-08-10 | remove unnecessary line-height | Dave Poole | 1 | -1/+0 |
| 2017-08-10 | remove comments, align-items, and unnecessary height | Dave Poole | 1 | -6/+0 |
| 2017-08-10 | Fixes PropertySortOrder errors | Dave | 1 | -1/+1 |
| 2017-08-10 | Fixes hound code style/standards | Dave | 1 | -1/+1 |
| 2017-08-10 | _progress.scss: makes bars 100% height, centers labels horizontally & vertically | Dave | 1 | -5/+10 |
| 2017-05-25 | Add box-shadow to .progress-bar (#22579) | Mark Otto | 1 | -0/+1 |
| 2017-04-08 | Add transition to .progress-bar | Mark Otto | 1 | -0/+1 |
| 2017-01-21 | Progress line height (#21805) | Mark Otto | 1 | -4/+2 |
| 2016-12-30 | Rewrite progress component without <progress> element | Mark Otto | 1 | -84/+13 |
| 2016-12-22 | Remove IE9 browser hacks. (#21393) | Bardi Harborow | 1 | -28/+0 |
| 2016-11-26 | Remove most border-radius properties and instead use overflow: hidden; to pro... | Mark Otto | 1 | -15/+1 |
| 2016-07-20 | Progress bar:fix border-radius to use variable progress-border-radius instead... | An Yang | 1 | -10/+10 |
| 2016-02-06 | linter overhaul | Mark Otto | 1 | -2/+2 |
| 2016-01-11 | Respect $border-rounded inside progress bars too | Chris Rebert | 1 | -12/+6 |
| 2016-01-09 | Add $progress-box-shadow variable | Chris Rebert | 1 | -3/+3 |
| 2016-01-06 | Remove associated comment too | Chris Rebert | 1 | -1/+0 |
| 2016-01-06 | fixes #18658: no more min-width action on progress bars. we had them in v3 an... | Mark Otto | 1 | -12/+0 |
| 2015-12-23 | Uncomment Firefox .progress styles; fixes #18536 | Chris Rebert | 1 | -27/+23 |
| 2015-12-23 | Organize existing .progress styles | Chris Rebert | 1 | -5/+9 |
| 2015-12-21 | Actually use $progress-bg instead of hardcoded color | Chris Rebert | 1 | -4/+4 |
| 2015-12-21 | Actually use $progress-bar-color instead of hardcoded color | Chris Rebert | 1 | -4/+4 |
| 2015-12-11 | remove generated content value for progress | Patrick H. Lauke | 1 | -3/+0 |
| 2015-12-11 | progress bar for IE10+/Edge (radius, use ::-ms-fill, add variant mixins, stri... | Patrick H. Lauke | 1 | -2/+13 |
| 2015-10-31 | scss/_progress.scss: Add comments for IE9 CSS hacks | Chris Rebert | 1 | -0/+2 |
| 2015-08-24 | Fix accidental triple colon from :before to ::before conversion | Kevin Kirsche | 1 | -1/+1 |
| 2015-08-24 | Use double colons for psuedo elements | Kevin Kirsche | 1 | -1/+1 |
| 2015-08-17 | clean out comments that aren't all that helpful | Mark Otto | 1 | -5/+0 |
| 2015-06-22 | drop the base (hahaha), no but seriously drop the -base from our vars since i... | Mark Otto | 1 | -15/+15 |
| 2015-05-15 | Unquote to avoid NUL chars in the output CSS | Chris Rebert | 1 | -3/+3 |
| 2015-04-29 | Remove $line-height-computed | Mark Otto | 1 | -7/+7 |
| 2014-12-11 | fix all validation, turn off some settings, add sort order | Mark Otto | 1 | -12/+5 |
| 2014-12-02 | convert to scss | Mark Otto | 1 | -0/+166 |