Sha256: efdaef5b136be883082fc0a3932fd6c9df539fa4d0561365642225364f78a408

Contents?: true

Size: 476 Bytes

Versions: 4

Compression:

Stored size: 476 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

4 entries across 4 versions & 1 rubygems

Version Path
compass-aurora-os-0.3.2 templates/arcturus/partials/global/_extendables.scss
compass-aurora-os-0.3.0 templates/arcturus/partials/global/_extendables.scss
compass-aurora-os-0.3.0.alpha templates/arcturus/partials/global/_extendables.scss
compass-aurora-os-0.2.3 templates/arcturus/partials/global/_extendables.scss