SourceÑ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.
Kopia
<div class= "clearfix" > ...</div>
Kopia
// 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.
Techapyrã Botón oveve izquierda gotyo
Techapyrã Botón oveve derecha gotyo
Kopia
<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>