%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/cargonizer/public_html/master/sass/vendor/bourbon/addons/
Upload File :
Create Path :
Current File : /home/cargonizer/public_html/master/sass/vendor/bourbon/addons/_clearfix.scss

@charset "UTF-8";

/// Provides an easy way to include a clearfix for containing floats.
///
/// @link http://cssmojo.com/latest_new_clearfix_so_far/
///
/// @example scss - Usage
///   .element {
///     @include clearfix;
///   }
///
/// @example css - CSS Output
///   .element::after {
///     clear: both;
///     content: "";
///     display: table;
///   }

@mixin clearfix {
  &::after {
    clear: both;
    content: "";
    display: table;
  }
}

Zerion Mini Shell 1.0