1.0.1 • Published 9 years ago
suitcss-utils-space v1.0.1
SUIT utilities: space
A SUIT collection of utility classes for low-level CSS spacing traits.
Read more about SUIT's design principles.
Installation
- npm: 
npm install --save suitcss-utils-space 
Available classes
u-margin<D><s>- Margin of sizesin the directionD.u-padding<D><s>- Padding of sizesin directionD.
Where direction (D) can be:
A- allT- topR- rightB- bottomL- leftH- horizontalV- vertical
And size (s) can be:
n- noneb- babys- smallm- mediuml- largeg- gigantic
Usage
available vars:
	--space-n: 0;
	--space-b: .125rem;
	--space-s: .25rem;
	--space-m: .5rem;
	--space-l: 1rem;
	--space-g: 1.5rem;Please refer to the README for SUIT utils