app/assets/stylesheets/sass-zero/variables/height.scss in sass-zero-0.0.49 vs app/assets/stylesheets/sass-zero/variables/height.scss in sass-zero-0.0.50
- old
+ new
@@ -1,9 +1,10 @@
// *******************************************************************
// Height
// Variables for setting the height of an element
// height: $h-1-2;
// *******************************************************************
+$h-auto: auto;
$h-1-2: 50%;
$h-1-3: 33.333333%;
$h-2-3: 66.666667%;
$h-1-4: 25%;
$h-2-4: 50%;