Sha256: 63e382e9cb119f1356be88450116f659174650385297ff3d6dc099e1bebceed2
Contents?: true
Size: 563 Bytes
Versions: 1
Compression:
Stored size: 563 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 // ------------------------- .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { @include text-hide(); } // For Affix plugin // ------------------------- .affix { position: fixed; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
anjlab-bootstrap-rails-3.0.0.3 | app/assets/stylesheets/twitter/bootstrap/_utilities.scss |