twbs--bootstrap/less
Mark Otto 0016c17f93 Switch to `&:extend(.clearfix all)` for clearfix mixin
Original discussion:
https://github.com/less/less.js/issues/1437#issuecomment-21383639.

Since we’re switching to `grunt-contrib-less`, we can take advantage of
newer LESS features than what RECESS supported. Included in that is the
ability to `:extend`, and not only that, but `:extend(.mixin-name
all)`. By doing so, we remove duplicate CSS for all our elements that
were being clearfix-ed.

Fixes #8947, #8968, #8991, #9257, #9268, #9291, #9430, #9604, #9686,
#9929, #10731, #10793, #11305, #11498, #11533, #11570, #11604, #11652.

(dem issues, tho)
2013-12-08 23:18:28 -08:00
..
alerts.less
badges.less
bootstrap.less
breadcrumbs.less
button-groups.less Switch to `&:extend(.clearfix all)` for clearfix mixin 2013-12-08 23:18:28 -08:00
buttons.less
carousel.less
close.less
code.less Fixes #11193: Add kbd element styles to indicate user input via keyboard 2013-12-07 12:18:13 -08:00
component-animations.less
dropdowns.less
forms.less add vertical-align back to where it's necessary since we reset from block to inline-block on several inputs 2013-12-08 01:59:44 -08:00
glyphicons.less
grid.less Add .container-fluid variation for full-width containers and layouts 2013-12-07 20:52:51 -08:00
input-groups.less
jumbotron.less
labels.less
list-group.less Contextual list group cleanup 2013-12-07 14:09:03 -08:00
media.less
mixins.less Switch to `&:extend(.clearfix all)` for clearfix mixin 2013-12-08 23:18:28 -08:00
modals.less Switch to `&:extend(.clearfix all)` for clearfix mixin 2013-12-08 23:18:28 -08:00
navbar.less Switch to `&:extend(.clearfix all)` for clearfix mixin 2013-12-08 23:18:28 -08:00
navs.less Switch to `&:extend(.clearfix all)` for clearfix mixin 2013-12-08 23:18:28 -08:00
normalize.less
pager.less Switch to `&:extend(.clearfix all)` for clearfix mixin 2013-12-08 23:18:28 -08:00
pagination.less
panels.less Switch to `&:extend(.clearfix all)` for clearfix mixin 2013-12-08 23:18:28 -08:00
popovers.less
print.less
progress-bars.less
responsive-utilities.less Fixes #11786: Nest media queries within print utilities for mixin-friendliness 2013-12-08 19:19:06 -08:00
scaffolding.less
tables.less Fixes #10884: Adds .info variant to contextual table classes 2013-12-07 11:56:35 -08:00
theme.less
thumbnails.less
tooltip.less
type.less Switch to `&:extend(.clearfix all)` for clearfix mixin 2013-12-08 23:18:28 -08:00
utilities.less
variables.less Fixes #11741: Don't set headings font-family again, just use inherit 2013-12-08 02:14:24 -08:00
wells.less