1.0.1 • Published 9 years ago

wocss-generic-shared v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

This module is DEPRECATED

If you want to have a perfect vertical rhythm, use https://github.com/modularscale/modularscale-sass

Shared

Generic

The wocss-generic-shared module contains several high-level rulesets which apply a consistent, shared declaration (typically margins) across a number of elements.

Install using npm:

$ npm install --save wocss-generic-shared

Usage

With a tool like webpack you can import this module writing:

// dependencies imports

@import '~wocss-generic-shared';

Dependencies