Browse code

Add load flag to decide whether to include equalize classes

Benjamin Roth authored on29/09/2015 11:22:04
Showing2 changed files
... ...
@@ -26,4 +26,5 @@ $line-height-default: 1.5;
26 26
 /**
27 27
  * Flags
28 28
  */
29
-$load-holy-grail-layout: true;
30 29
\ No newline at end of file
30
+$load-holy-grail-layout: true;
31
+$load-equalize: true;
31 32
\ No newline at end of file
... ...
@@ -98,6 +98,10 @@ img {
98 98
   @include holy-grail-layout;
99 99
 }
100 100
 
101
+@if $load-equalize {
102
+  @include equalize;
103
+}
104
+
101 105
 /**
102 106
  * Basic positioning
103 107
  */