Sha256: 6ee548bcb3a4d9efcac62a4cb8e037c19067956bda9991a0ef84f8c1ee28a913

Contents?: true

Size: 796 Bytes

Versions: 4

Compression:

Stored size: 796 Bytes

Contents

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


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

.clearfix {
  @include clearfix();
}
.center-block {
  @include center-block();
}
.pull-right {
  @include pull-right;
}
.pull-left {
  @include pull-left;
}


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

// Note: Deprecated .hide in favor of .hidden or .sr-only (as appropriate) in v3.0.1
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  @include text-hide();
}


// Hide from screenreaders and browsers
//
// Credit: HTML5 Boilerplate

.hidden {
  display: none !important;
  visibility: hidden !important;
}


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

.affix {
  position: fixed;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
anjlab-bootstrap-rails-3.0.3.0 app/assets/stylesheets/twitter/bootstrap/_utilities.scss
anjlab-bootstrap-rails-3.0.2.0 app/assets/stylesheets/twitter/bootstrap/_utilities.scss
anjlab-bootstrap-rails-3.0.1.1 app/assets/stylesheets/twitter/bootstrap/_utilities.scss
anjlab-bootstrap-rails-3.0.1.0 app/assets/stylesheets/twitter/bootstrap/_utilities.scss