daux.io/themes/daux/less/_utilities.less

23 lines
281 B
Plaintext

//
// Utility classes
// --------------------------------------------------
// Floats
// -------------------------
.clearfix {
.clearfix();
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hidden {
display: none !important;
}