unignore bower_components
[bootswatch] / 2 / bower_components / bootstrap / less / utilities.less
diff --git a/2/bower_components/bootstrap/less/utilities.less b/2/bower_components/bootstrap/less/utilities.less
new file mode 100644 (file)
index 0000000..314b4ff
--- /dev/null
@@ -0,0 +1,30 @@
+//
+// 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;
+}