Sha256: 0cbf8d73ce23e98e46b09890c21db9e02e7a62153d39afcd0f9a78ad89568e28

Contents?: true

Size: 519 Bytes

Versions: 4

Compression:

Stored size: 519 Bytes

Contents

//
// Utility classes
// --------------------------------------------------


// Floats
// -------------------------

.clearfix {
  @include clearfix();
}

.pull-right {
  @include pull-right;
}
.pull-left {
  @include pull-left;
}


// Toggling content
// -------------------------

.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  @include hide-text();
}


// For Affix plugin
// -------------------------

.affix {
  position: fixed;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
anjlab-bootstrap-rails-3.0.0.2 app/assets/stylesheets/twitter/bootstrap/_utilities.scss
anjlab-bootstrap-rails-3.0.0.1 app/assets/stylesheets/twitter/bootstrap/_utilities.scss
anjlab-bootstrap-rails-3.0.0.0 app/assets/stylesheets/twitter/bootstrap/_utilities.scss
anjlab-bootstrap-rails-3.0.0.rc2 app/assets/stylesheets/twitter/bootstrap/_utilities.scss