Delete utilities.less

This commit is contained in:
Marius Blüm 2016-06-11 17:52:31 +02:00 committed by GitHub
parent 0d1572fd70
commit bcfd12245d

View File

@ -1,30 +0,0 @@
//
// Utility classes
// --------------------------------------------------
// Quick floats
.pull-right {
float: right;
}
.pull-left {
float: left;
}
// Toggling content
.hide {
display: none;
}
.show {
display: block;
}
// Visibility
.invisible {
visibility: hidden;
}
// For Affix plugin
.affix {
position: fixed;
}