This module has been moved to the monorepo wocss (and renamed to
@wocss/settings-spaces
)
Setting
The wocss-settings-spaces
module contains gutter variables
for the framework. Feel free to reassign these variables.
Install using npm:
$ npm install wocss-settings-spaces --save
With a tool like webpack you can import this module writing:
@import '~wocss-settings-spaces';
Variable name | Default value |
---|---|
$global-space-1 |
0.25rem |
$global-space-2 |
0.5rem |
$global-space-3 |
1rem |
$global-space-4 |
2rem |
$global-space-5 |
4rem |
$global-space-6 |
8rem |
$wocss-spaces |
(...) |