Sha256: 3eb0f1f77f7024e95a6b1ec2f3cd125fd8fed5a4d6ec8cca32793e9766f236be

Contents?: true

Size: 1.35 KB

Versions: 25

Compression:

Stored size: 1.35 KB

Contents

// *******************************************************************
// 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%;
$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;

// *******************************************************************
// Min-Height
// Variables for setting the minimum height of an element
// min-height: $min-h-0;
// *******************************************************************
$min-h-0:      0px;
$min-h-full:   100%;
$min-h-screen: 100vh;
$min-h-min:    min-content;
$min-h-max:    max-content;
$min-h-fit:    fit-content;

// *******************************************************************
// Max-Height
// Variables for setting the maximum height of an element
// max-height: $max-h-full;
// *******************************************************************
$max-h-full:   100%;
$max-h-screen: 100vh;
$max-h-min:    min-content;
$max-h-max:    max-content;
$max-h-fit:    fit-content;

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
sass-zero-1.0.15 app/assets/stylesheets/sass-zero/variables/height.scss
sass-zero-1.0.14 app/assets/stylesheets/sass-zero/variables/height.scss
sass-zero-1.0.13 app/assets/stylesheets/sass-zero/variables/height.scss
sass-zero-1.0.12 app/assets/stylesheets/sass-zero/variables/height.scss
sass-zero-1.0.11 app/assets/stylesheets/sass-zero/variables/height.scss
sass-zero-1.0.10 app/assets/stylesheets/sass-zero/variables/height.scss
sass-zero-1.0.9 app/assets/stylesheets/sass-zero/variables/height.scss
sass-zero-1.0.8 app/assets/stylesheets/sass-zero/variables/height.scss
sass-zero-1.0.7 app/assets/stylesheets/sass-zero/variables/height.scss
sass-zero-1.0.6 app/assets/stylesheets/sass-zero/variables/height.scss
sass-zero-1.0.5 app/assets/stylesheets/sass-zero/variables/height.scss
sass-zero-1.0.4 app/assets/stylesheets/sass-zero/variables/height.scss
sass-zero-1.0.3 app/assets/stylesheets/sass-zero/variables/height.scss
sass-zero-1.0.2 app/assets/stylesheets/sass-zero/variables/height.scss
sass-zero-1.0.1 app/assets/stylesheets/sass-zero/variables/height.scss
sass-zero-1.0.0 app/assets/stylesheets/sass-zero/variables/height.scss
sass-zero-0.0.58 app/assets/stylesheets/sass-zero/variables/height.scss
sass-zero-0.0.57 app/assets/stylesheets/sass-zero/variables/height.scss
sass-zero-0.0.56 app/assets/stylesheets/sass-zero/variables/height.scss
sass-zero-0.0.55 app/assets/stylesheets/sass-zero/variables/height.scss