Sha256: 76d7a5dce8f8352c76a493a571f97a46c4fb5feea66aa925527376939ee05577

Contents?: true

Size: 990 Bytes

Versions: 7

Compression:

Stored size: 990 Bytes

Contents

@import "compass/utilities/text/nowrap";
@import "compass/utilities/general/float";

// Most of these utility classes are not "semantic". If you use them,
// you are mixing your content and presentation. For shame!

@mixin blueprint-utilities {
  // Regular clearing apply to column that should drop below previous ones.
  .clear {
    clear: both; }
  // turn off text wrapping for the element.
  .nowrap {
    @include nowrap; }
  // Apply to an element that has floated children to make the bottom
  // of the element fall _below_ the floated children.
  .clearfix {
    @include clearfix; }
  .small {
    font-size: 0.8em;
    margin-bottom: 1.875em;
    line-height: 1.875em; }
  .large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em; }
  .first {
    margin-left: 0;
    padding-left: 0; }
  .last {
    margin-right: 0;
    padding-right: 0; }
  .top {
    margin-top: 0;
    padding-top: 0; }
  .bottom {
    margin-bottom: 0;
    padding-bottom: 0; } }

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
compass-0.10.1 frameworks/blueprint/stylesheets/blueprint/_utilities.scss
compass-0.10.0 frameworks/blueprint/stylesheets/blueprint/_utilities.scss
compass-0.10.0.rc6 frameworks/blueprint/stylesheets/blueprint/_utilities.scss
compass-0.10.0.rc5 frameworks/blueprint/stylesheets/blueprint/_utilities.scss
compass-0.10.0.rc4 frameworks/blueprint/stylesheets/blueprint/_utilities.scss
compass-0.10.0.rc3 frameworks/blueprint/stylesheets/blueprint/_utilities.scss
compass-0.10.0.rc2 frameworks/blueprint/stylesheets/blueprint/_utilities.scss