1.0.1 • Published 8 years ago

suitcss-utils-space v1.0.1

Weekly downloads
30
License
MIT
Repository
github
Last release
8 years ago

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 size s in the direction D.
  • u-padding<D><s> - Padding of size s in direction D.

Where direction (D) can be:

  • A - all
  • T - top
  • R - right
  • B - bottom
  • L - left
  • H - horizontal
  • V - vertical

And size (s) can be:

  • n - none
  • b - baby
  • s - small
  • m - medium
  • l - large
  • g - 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

1.0.1

8 years ago

1.0.0

8 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.1

11 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago