All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.scss.mixins._clearfix.scss Maven / Gradle / Ivy

Go to download

Orange Boosted with Bootstrap is a Bootstrap based, Orange branded accessible and ergonomic components library.

The newest version!
// scss-docs-start clearfix
@mixin clearfix() {
  &::after {
    display: block;
    clear: both;
    content: "";
  }
}
// scss-docs-end clearfix




© 2015 - 2024 Weber Informatics LLC | Privacy Policy