If you want to have a perfect
vertical rhythm
, use https://github.com/modularscale/modularscale-sass
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
With a tool like webpack you can import this module writing:
// dependencies imports
@import '~wocss-generic-shared';