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 (Collapse)Author
2019-05-23Helpers & utilities split (#28445)Martijn Cuppens
2019-05-08Drop all hover mixinsMark Otto
Previously deprecated in v4.x, this clears out the now unused Sass option and removes some unused mixins. Arguably we could remove more, but I like the hover-focus mixin and we make extensive use of it across the project.
2019-04-21Remove redundant slashes (#28677)Martijn Cuppens
2019-03-14v5: Drop remaining deprecated mixins (#28461)Mark Otto
- Deletes mixin mentions from float docs - Deletes mixin mention from visibility docs - Deletes the image-replacement page for text-hide
2019-03-14v5: Update badges (#28458)Mark Otto
- Drop hover and focus states - Drop .badge-* variants and associated mixin for .bg-* utilities - Drop .badge-pill for .rounded-pill utliity and adjust horizontal padding to find middle ground of .badge and old .badge-pill - Remove unused variables - Add default color value to .badge base class - Update docs to reflect changes
2019-03-12v5: Drop deprecated size mixin (#28460)Mark Otto
2019-02-08Responsive font size implementation (#23816)Martijn Cuppens
2019-01-22Add `deprecate()` mixin (#28092)Martijn Cuppens
2018-04-01Remove navbar alignMartijn Cuppens
2017-08-14Add option to disable carets on dropdowns through `$enable-caret`Patrick Yeo
2017-07-01Drop .card-{color} modifiers for .bg-{color}, .text-{color}, and ↵Mark Otto
.border-{color} utilities
2017-04-09Ensure carousel works in IE10/11Mark Otto
- Drops the `if-supports-3d-transforms()` mixin since all our browsers do support it - Updates carousel to not rely on that mixin
2017-03-05Move box-shadow and transition mixins out of the main mixins file and into ↵Mark Otto
their own files
2016-12-31Rip out the tab-focus mixin, remove application to anchors in rebootMark Otto
2016-12-31Rewrite progress component without <progress> elementMark Otto
- <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-23Remove IE9 browser hacks. (#21393)Bardi Harborow
2016-12-20Add variables for transitions (#21345)Tom Lutzenberger
* Add variables for transitions * Add variables for transitions
2016-11-26Add @supports feature query for Carousel CSS 3D transforms; fixes #15534 ↵Chris Rebert
(#19751) [skip sauce] [skip validator]
2016-10-28Merge pull request #20441 from cortopy/visibility-mixinMark Otto
Visibility mixin
2016-10-27Rename .tag to .badge to avoid conflicting with WordPressMark Otto
2016-09-26Rename pull-*-{left|right} classes to .float-*-left and .float-*-rightMark Otto
2016-08-02Update _mixins.scssJuan J. Jimenez-Anca
2016-02-11Rename .label class to .tagAmeya Pandilwar
2016-02-07Drop .center-block for .m-x-autoMark Otto
- Both classes do about the same thing, but with different names - Clarifies docs for .m-x-auto requiring a fixed width block element for it to work - Add missing heading for clearfix section in docs (unrelated)
2015-12-08Merge pull request #18356 from lesleh/card-mixinMark Otto
Card mixin
2015-11-26Create a mixin for creating new card styles.Leslie Hoare
I'm aware that currently cards are a lot simpler than buttons right now but this may change in future and it feels cleaner to be able to create new card styles without needing to know the internals of how they're implemented.
2015-10-13Extract list-unstyled mixin; closes #17792Marko Prelec
/fyi @mdo
2015-10-07Move border-radius mixin from scss/_mixins.scss to ↵Chris Rebert
scss/mixins/_border-radius.scss Reunites the family. Closes #17791
2015-09-06Rename file with text-hide mixinvsn4ik
2015-08-27rm responsive-invisibility mixin since it's only used onceChris Rebert
inline the one remaining usage into .hidden-print's definition rm now-empty scss/_utilities-responsive.scss file [skip sauce] [skip validator]
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 ↵Mark Otto
it's cleaner
2015-06-19Merge branch 'master' into v4Mark Otto
2015-03-31Fixes #13583: Move .sr-only and .sr-only-focusable to mixins, then use them ↵Mark Otto
to create classes in _utilities.scss
2015-01-22put all :hover styles within @media (hover: hover)Chris Rebert
2015-01-07Kill scss/mixins/_media-queries.scssChris Rebert
replaced media-xs => media-breakpoint-down(xs) replaced media-sm => media-breakpoint-up(sm) replaced media-sm-max => media-breakpoint-only(sm) replaced media-md => media-breakpoint-up(md) replaced media-md-max => media-breakpoint-only(md) replaced media-lg => media-breakpoint-up(lg)
2015-01-01fix typo in commentChris Rebert
2014-12-24Automate breakpointsGleb Mazovetskiy
Breakpoints and container widths are now defined as maps.
2014-12-24Update styles for Ruby Sass compatGleb Mazovetskiy
2014-12-12Use grid classes or mixins on .dl-horizontal, update docs to include it, ↵Mark Otto
removes auto truncate and makes .text-overflow mixin into a .text-truncate class and mixin combo for better granularity
2014-12-03convert to scssMark Otto