wocss-settings-spaces
v2.0.1
Published
[DEPRECATED] Gutter variables
Downloads
8
Readme
This module is DEPRECATED
This module has been moved to the monorepo wocss (and renamed to
@wocss/settings-spaces
)
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
| (...)
|