Foundations

Strokes

scss:Ready

Import

To get the get-border () function you need to import _all-settings.scss.

// mandatory
@import 'settings-tools/all-settings';

Basic usage

We provide a unique function to get every border width you need.

.example {
border-width: get-border('s');
border-width: get-border('m');
border-width: get-border('l');
}
To apply a border width you should use s, m or l.