Update bootstrap, update/add all of PatternFly, add font-awesome
[cascardo/ipsilon.git] / less / bootstrap / mixins / size.less
diff --git a/less/bootstrap/mixins/size.less b/less/bootstrap/mixins/size.less
new file mode 100644 (file)
index 0000000..a8be650
--- /dev/null
@@ -0,0 +1,10 @@
+// Sizing shortcuts
+
+.size(@width; @height) {
+  width: @width;
+  height: @height;
+}
+
+.square(@size) {
+  .size(@size; @size);
+}