/var/www/vhosts/nabawater/vendor/bower-asset/bootstrap/less/mixins
NameSizeModeActions
alerts.less2580644editdlrm
background-variant.less1510644editdlrm
border-radius.less4600644editdlrm
buttons.less13630644editdlrm
center-block.less1200644editdlrm
clearfix.less6050644editdlrm
forms.less26500644editdlrm
gradients.less44470644editdlrm
grid-framework.less27960644editdlrm
grid.less31140644editdlrm
hide-text.less6680644editdlrm
image.less11290644editdlrm
labels.less1610644editdlrm
list-group.less5460644editdlrm
nav-divider.less2320644editdlrm
nav-vertical-align.less3640644editdlrm
opacity.less1470644editdlrm
pagination.less4850644editdlrm
panels.less5370644editdlrm
progress-bar.less1910644editdlrm
reset-filter.less2480644editdlrm
reset-text.less4670644editdlrm
resize.less1960644editdlrm
responsive-visibility.less3040644editdlrm
size.less1270644editdlrm
tab-focus.less3320644editdlrm
table-row.less7000644editdlrm
text-emphasis.less1280644editdlrm
text-overflow.less1620644editdlrm
vendor-prefixes.less67410644editdlrm
Edit: /var/www/vhosts/nabawater/vendor/bower-asset/bootstrap/less/mixins/clearfix.less (605B)
// Clearfix // // For modern browsers // 1. The space content is one way to avoid an Opera bug when the // contenteditable attribute is included anywhere else in the document. // Otherwise it causes space to appear at the top and bottom of elements // that are clearfixed. // 2. The use of `table` rather than `block` is only necessary if using // `:before` to contain the top-margins of child elements. // // Source: http://nicolasgallagher.com/micro-clearfix-hack/ .clearfix() { &:before, &:after { display: table; // 2 content: " "; // 1 } &:after { clear: both; } }