@@ -26,4 +26,5 @@ $line-height-default: 1.5;
/**
* Flags
*/
-$load-holy-grail-layout: true;
\ No newline at end of file
+$load-holy-grail-layout: true;
+$load-equalize: true;
@@ -98,6 +98,10 @@ img {
@include holy-grail-layout;
}
+@if $load-equalize {
+ @include equalize;
+}
+
* Basic positioning