aboutsummaryrefslogtreecommitdiff
path: root/scss/_progress.scss
AgeCommit message (Collapse)AuthorFilesLines
2015-12-21Actually use $progress-bg instead of hardcoded colorChris Rebert1-4/+4
Refs #18535 [skip sauce]
2015-12-21Actually use $progress-bar-color instead of hardcoded colorChris Rebert1-4/+4
Refs #18535
2015-12-11remove generated content value for progressPatrick H. Lauke1-3/+0
as it's currently not displayed, and (in my opinion) would look fugly if it did appear...
2015-12-11progress bar for IE10+/Edge (radius, use ::-ms-fill, add variant mixins, ↵Patrick H. Lauke1-2/+13
striped support)
2015-10-31scss/_progress.scss: Add comments for IE9 CSS hacksChris Rebert1-0/+2
[skip sauce] [skip validator]
2015-08-24Fix accidental triple colon from :before to ::before conversionKevin Kirsche1-1/+1
Fix #17288 — Sorry about that!
2015-08-24Use double colons for psuedo elementsKevin Kirsche1-1/+1
Fix #17052
2015-08-17clean out comments that aren't all that helpfulMark Otto1-5/+0
2015-06-22drop the base (hahaha), no but seriously drop the -base from our vars since ↵Mark Otto1-15/+15
it's cleaner
2015-05-15Unquote to avoid NUL chars in the output CSSChris Rebert1-3/+3
2015-04-29Remove $line-height-computedMark Otto1-7/+7
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`).
2014-12-11fix all validation, turn off some settings, add sort orderMark Otto1-12/+5
2014-12-02convert to scssMark Otto1-0/+166