Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-23Stylelint: Disable `custom-property-empty-line-before`Mark Otto
2022-03-18Convert progress bars to CSS variables (#35962)Mark Otto
2021-02-11Add Sass docs (variables, mixins, and loops) to most pages (#32747)Mark Otto
2020-11-11Use correct value order (#32121)Martijn Cuppens
2020-04-27Rename variables for brevityMark Otto
2019-11-04progress: Fix IE overflow (#29629)Martijn Cuppens
2019-05-02Improve progress-bar-stripes animation (#28697)Martijn Cuppens
2019-03-21Check prefers-reduced-motion variable before adding reduced motion media quer...Patrick H. Lauke
2019-02-08Responsive font size implementation (#23816)Martijn Cuppens
2019-01-15Make progress animation respect `$enable-transitions` and `prefers-reduced-mo...Martijn Cuppens
2018-02-12Prevent word-wrap (#25248)Martijn Cuppens
2017-11-27Restore currently unused variables (#24891)Mark Otto
2017-11-06Restore .progress-bar transition (#24694)Mark Otto
2017-11-06fixing label cutoff at 0% (#24544)Gijs Boddeus
2017-08-11remove unnecessary line-heightDave Poole
2017-08-11remove comments, align-items, and unnecessary heightDave Poole
2017-08-11Fixes PropertySortOrder errorsDave
2017-08-11Fixes hound code style/standardsDave
2017-08-11_progress.scss: makes bars 100% height, centers labels horizontally & verticallyDave
2017-05-26Add box-shadow to .progress-bar (#22579)Mark Otto
2017-04-09Add transition to .progress-barMark Otto
2017-01-21Progress line height (#21805)Mark Otto
2016-12-31Rewrite progress component without <progress> elementMark Otto
2016-12-23Remove IE9 browser hacks. (#21393)Bardi Harborow
2016-11-27Remove most border-radius properties and instead use overflow: hidden; to pro...Mark Otto
2016-07-20Progress bar:fix border-radius to use variable progress-border-radius instead...An Yang
2016-02-06linter overhaulMark Otto
2016-01-11Respect $border-rounded inside progress bars tooChris Rebert
2016-01-10Add $progress-box-shadow variableChris Rebert
2016-01-07Remove associated comment tooChris Rebert
2016-01-07fixes #18658: no more min-width action on progress bars. we had them in v3 an...Mark Otto
2015-12-24Uncomment Firefox .progress styles; fixes #18536Chris Rebert
2015-12-24Organize existing .progress stylesChris Rebert
2015-12-21Actually use $progress-bg instead of hardcoded colorChris Rebert
2015-12-21Actually use $progress-bar-color instead of hardcoded colorChris Rebert
2015-12-11remove generated content value for progressPatrick H. Lauke
2015-12-11progress bar for IE10+/Edge (radius, use ::-ms-fill, add variant mixins, stri...Patrick H. Lauke
2015-11-01scss/_progress.scss: Add comments for IE9 CSS hacksChris Rebert
2015-08-24Fix accidental triple colon from :before to ::before conversionKevin Kirsche
2015-08-24Use double colons for psuedo elementsKevin Kirsche
2015-08-18clean out comments that aren't all that helpfulMark Otto
2015-06-23drop the base (hahaha), no but seriously drop the -base from our vars since i...Mark Otto
2015-05-15Unquote to avoid NUL chars in the output CSSChris Rebert
2015-04-29Remove $line-height-computedMark Otto
2014-12-11fix all validation, turn off some settings, add sort orderMark Otto
2014-12-03convert to scssMark Otto