bootswatch
Version:
Bootswatch is a collection of themes for Bootstrap.
43 lines (33 loc) • 510 B
text/less
//
// Utility classes
// --------------------------------------------------
// Floats
// -------------------------
.clearfix {
.clearfix();
}
.pull-right {
float: right ;
}
.pull-left {
float: left ;
}
// Toggling content
// -------------------------
.hide {
display: none ;
}
.show {
display: block ;
}
.invisible {
visibility: hidden;
}
.text-hide {
.hide-text();
}
// For Affix plugin
// -------------------------
.affix {
position: fixed;
}