NOKSTRAP guide

Examples
Default styling
.Input--quantity
quantity input field (should set type="number")
.Input--error
input contains shows an error
.disabled
disabled state (work as well with attribute [disabled])
Markup
<input type="text" placeholder="text here" class="Input [modifier class]" />
Source: components/atoms/input.less, line 3