@wocss/settings-spaces
v2.0.3
Published
Gutter variables
Downloads
5
Readme
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
Usage
With a tool like webpack you can import this module writing:
@import '~@wocss/settings-spaces';
Variables list
| 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
| (...)
|