KSS Style Guide

15.27 #Width - rem2 .vw[mx,mn]-rem2

Toggle example guides Toggle HTML markup

Sets the width, max-width, or min-width of element to css var for rem2.

Examples
Default styling
A div
.vw-rem2
Sets width to rem2
A div
.vwmn-rem2
Sets min-width to rem2
A div
.vwmx-rem2
Sets max-width to rem2
A div
Markup
<div class="bwa-1 [modifier class]">A div</div>
Source: dist/minimal/minimal.css, line 8407