KSS Style Guide

Examples
Default styling
A div
.vh-sm-p100
Sets height to p100 on sm
A div
.vhmn-sm-p100
Sets min-height to p100 on sm
A div
.vhmx-sm-p100
Sets max-height to p100 on sm
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source: dist/standard/standard.css, line 6914
Examples
Default styling
A div
.vh-sm-p25
Sets height to p25 on sm
A div
.vhmn-sm-p25
Sets min-height to p25 on sm
A div
.vhmx-sm-p25
Sets max-height to p25 on sm
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source: dist/standard/standard.css, line 6862
Examples
Default styling
A div
.vh-sm-p50
Sets height to p50 on sm
A div
.vhmn-sm-p50
Sets min-height to p50 on sm
A div
.vhmx-sm-p50
Sets max-height to p50 on sm
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source: dist/standard/standard.css, line 6888
Examples
Default styling
A div
.vh-sm-vh100
Sets height to vh100 on sm
A div
.vhmn-sm-vh100
Sets min-height to vh100 on sm
A div
.vhmx-sm-vh100
Sets max-height to vh100 on sm
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source: dist/standard/standard.css, line 7070
Examples
Default styling
A div
.vh-sm-vh25
Sets height to vh25 on sm
A div
.vhmn-sm-vh25
Sets min-height to vh25 on sm
A div
.vhmx-sm-vh25
Sets max-height to vh25 on sm
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source: dist/standard/standard.css, line 6940
Examples
Default styling
A div
.vh-sm-vh40
Sets height to vh40 on sm
A div
.vhmn-sm-vh40
Sets min-height to vh40 on sm
A div
.vhmx-sm-vh40
Sets max-height to vh40 on sm
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source: dist/standard/standard.css, line 6966
Examples
Default styling
A div
.vh-sm-vh50
Sets height to vh50 on sm
A div
.vhmn-sm-vh50
Sets min-height to vh50 on sm
A div
.vhmx-sm-vh50
Sets max-height to vh50 on sm
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source: dist/standard/standard.css, line 6992
Examples
Default styling
A div
.vh-sm-vh60
Sets height to vh60 on sm
A div
.vhmn-sm-vh60
Sets min-height to vh60 on sm
A div
.vhmx-sm-vh60
Sets max-height to vh60 on sm
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source: dist/standard/standard.css, line 7018
Examples
Default styling
A div
.vh-sm-vh75
Sets height to vh75 on sm
A div
.vhmn-sm-vh75
Sets min-height to vh75 on sm
A div
.vhmx-sm-vh75
Sets max-height to vh75 on sm
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source: dist/standard/standard.css, line 7044
Sets min-height to 4
A div
.vhmx-4
Sets max-height to 4
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source: dist/standard/standard.css, line 7200

10.6 #Height - p100 .vh[mx,mn]-p100

Toggle full screen Open in new window Toggle example guides Toggle HTML markup

Sets the height, max-height, or min-height of element to css var for p100.

Examples
Default styling
A div
.vh-p100
Sets height to p100
A div
.vhmn-p100
Sets min-height to p100
A div
.vhmx-p100
Sets max-height to p100
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source: dist/standard/standard.css, line 6549

12.1 #Height - p25 .vh[mx,mn]-p25

Toggle full screen Open in new window Toggle example guides Toggle HTML markup

Sets the height, max-height, or min-height of element to css var for p25.

Examples
Default styling
A div
.vh-p25
Sets height to p25
A div
.vhmn-p25
Sets min-height to p25
A div
.vhmx-p25
Sets max-height to p25
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source: dist/standard/standard.css, line 6497

14.1 #Height - p50 .vh[mx,mn]-p50

Toggle full screen Open in new window Toggle example guides Toggle HTML markup

Sets the height, max-height, or min-height of element to css var for p50.

Examples
Default styling
A div
.vh-p50
Sets height to p50
A div
.vhmn-p50
Sets min-height to p50
A div
.vhmx-p50
Sets max-height to p50
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source: dist/standard/standard.css, line 6523

16.1 #Height - vh100 .vh[mx,mn]-vh100

Toggle full screen Open in new window Toggle example guides Toggle HTML markup

Sets the height, max-height, or min-height of element to css var for vh100.

Examples
Default styling
A div
.vh-vh100
Sets height to vh100
A div
.vhmn-vh100
Sets min-height to vh100
A div
.vhmx-vh100
Sets max-height to vh100
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source: dist/standard/standard.css, line 6705

18.1 #Height - vh25 .vh[mx,mn]-vh25

Toggle full screen Open in new window Toggle example guides Toggle HTML markup

Sets the height, max-height, or min-height of element to css var for vh25.

Examples
Default styling
A div
.vh-vh25
Sets height to vh25
A div
.vhmn-vh25
Sets min-height to vh25
A div
.vhmx-vh25
Sets max-height to vh25
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source: dist/standard/standard.css, line 6575

20.1 #Height - vh40 .vh[mx,mn]-vh40

Toggle full screen Open in new window Toggle example guides Toggle HTML markup

Sets the height, max-height, or min-height of element to css var for vh40.

Examples
Default styling
A div
.vh-vh40
Sets height to vh40
A div
.vhmn-vh40
Sets min-height to vh40
A div
.vhmx-vh40
Sets max-height to vh40
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source: dist/standard/standard.css, line 6601

22.1 #Height - vh50 .vh[mx,mn]-vh50

Toggle full screen Open in new window Toggle example guides Toggle HTML markup

Sets the height, max-height, or min-height of element to css var for vh50.

Examples
Default styling
A div
.vh-vh50
Sets height to vh50
A div
.vhmn-vh50
Sets min-height to vh50
A div
.vhmx-vh50
Sets max-height to vh50
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source: dist/standard/standard.css, line 6627

24.1 #Height - vh60 .vh[mx,mn]-vh60

Toggle full screen Open in new window Toggle example guides Toggle HTML markup

Sets the height, max-height, or min-height of element to css var for vh60.

Examples
Default styling
A div
.vh-vh60
Sets height to vh60
A div
.vhmn-vh60
Sets min-height to vh60
A div
.vhmx-vh60
Sets max-height to vh60
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source: dist/standard/standard.css, line 6653

26.1 #Height - vh75 .vh[mx,mn]-vh75

Toggle full screen Open in new window Toggle example guides Toggle HTML markup

Sets the height, max-height, or min-height of element to css var for vh75.

Examples
Default styling
A div
.vh-vh75
Sets height to vh75
A div
.vhmn-vh75
Sets min-height to vh75
A div
.vhmx-vh75
Sets max-height to vh75
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source: dist/standard/standard.css, line 6679