CSS-Scheibo - CSS Framework

Height

Toggle example guides Toggle HTML markup

Utilities for setting the height of an element
Example for height. The height are define in the _settings.scss

<insert-markup>8.4-</insert-markup>
h-auto
auto
<insert-markup>8.4-0</insert-markup>
h-1
0.25rem
<insert-markup>8.4-1</insert-markup>
h-2
0.5rem
<insert-markup>8.4-2</insert-markup>
h-screen
100vh
<insert-markup>8.4-3</insert-markup>
Markup
  <div class="[modifier class] w-full bg-cinnabar"></div>
Source: _objects.scss, line 1517