in English
Ñemyatyrõ hesakãva
Pyaꞌe ha ndahasýi omopotĩ contenido flotado peteĩ mbaꞌeryru ryepýpe omoĩvo peteĩ utilidad clearfix.
Oñemopotῖ pyaꞌe float
hag̃ua s oñembojoapývo .clearfix
elemento túva rehe . Ikatu avei ojeporu mixin ramo.
<div class="clearfix">...</div>
// Mixin itself
@mixin clearfix() {
&::after {
display: block;
content: "";
clear: both;
}
}
// Usage as a mixin
.element {
@include clearfix;
}
Ko techapyrã ohechauka mbaꞌeichaitépa ikatu ojeporu pe ñemyatyrõ. Pe clearfix’ỹre pe div de envoltura ndoipysói va’erãmo’ã umi botón jerére omoheñóiva’erã peteĩ diseño oñembyaíva.
<div class="bg-info clearfix">
<button type="button" class="btn btn-secondary float-left">Example Button floated left</button>
<button type="button" class="btn btn-secondary float-right">Example Button floated right</button>
</div>