app/assets/stylesheets/sass-zero/variables/height.scss in sass-zero-0.0.48 vs app/assets/stylesheets/sass-zero/variables/height.scss in sass-zero-0.0.49
- old
+ new
@@ -1,24 +1,24 @@
// *******************************************************************
// Height
// Variables for setting the height of an element
-// height: $h-p-1-2;
+// height: $h-1-2;
// *******************************************************************
-$h-p-1-2: 50%;
-$h-p-1-3: 33.333333%;
-$h-p-2-3: 66.666667%;
-$h-p-1-4: 25%;
-$h-p-2-4: 50%;
-$h-p-3-4: 75%;
-$h-p-1-5: 20%;
-$h-p-2-5: 40%;
-$h-p-3-5: 60%;
-$h-p-4-5: 80%;
-$h-p-1-6: 16.666667%;
-$h-p-2-6: 33.333333%;
-$h-p-3-6: 50%;
-$h-p-4-6: 66.666667%;
-$h-p-5-6: 83.333333%;
+$h-1-2: 50%;
+$h-1-3: 33.333333%;
+$h-2-3: 66.666667%;
+$h-1-4: 25%;
+$h-2-4: 50%;
+$h-3-4: 75%;
+$h-1-5: 20%;
+$h-2-5: 40%;
+$h-3-5: 60%;
+$h-4-5: 80%;
+$h-1-6: 16.666667%;
+$h-2-6: 33.333333%;
+$h-3-6: 50%;
+$h-4-6: 66.666667%;
+$h-5-6: 83.333333%;
$h-full: 100%;
$h-screen: 100vw;
$h-min: min-content;
$h-max: max-content;
$h-fit: fit-content;