Update bootstrap, update/add all of PatternFly, add font-awesome
[cascardo/ipsilon.git] / less / bootstrap / mixins / responsive-visibility.less
diff --git a/less/bootstrap/mixins/responsive-visibility.less b/less/bootstrap/mixins/responsive-visibility.less
new file mode 100644 (file)
index 0000000..ecf1e97
--- /dev/null
@@ -0,0 +1,15 @@
+// Responsive utilities
+
+//
+// More easily include all the states for responsive-utilities.less.
+.responsive-visibility() {
+  display: block !important;
+  table&  { display: table !important; }
+  tr&     { display: table-row !important; }
+  th&,
+  td&     { display: table-cell !important; }
+}
+
+.responsive-invisibility() {
+  display: none !important;
+}