Sha256: e1dbf796d93246e07737522c38b7ca9cdd8c7298f3e6b23dd8c89c71772d6640

Contents?: true

Size: 474 Bytes

Versions: 7

Compression:

Stored size: 474 Bytes

Contents

///////////////////////////////////////////////////////////////////////////////
// Extendables Partials
//
// All of your extendable classes, ids, and placeholder extendables
// should go in this file.
///////////////////////////////////////////////////////////////////////////////

.clearfix {
  @if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
    *zoom: 1;
  }

  &:before,
  &:after {
    display: table;
    content: "";
  }

  &:after {
    clear: both;
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
compass-aurora-os-0.3.2 templates/shared/_extendables.scss
compass-aurora-os-0.3.0 templates/shared/_extendables.scss
compass-aurora-os-0.3.0.alpha templates/shared/_extendables.scss
compass-aurora-os-0.2.3 templates/shared/_extendables.scss
compass-aurora-os-0.2.2 templates/shared/_extendables.scss
compass-aurora-os-0.2.1 templates/shared/_extendables.scss
compass-aurora-os-0.2.0 templates/shared/_extendables.scss