harmony
v2.0.0
Published
πΆπ An opinionated spring-board for website projects.
Downloads
167
Readme
Harmony
πΆπ A grid system and typography baseline grid based 100% on fluid properties.
Features
- Highly customisable global config for body and grid system metrics, font-sizes and baseline grid-locked line heights
- Modern IE10+ CSS normalization
- Built with vertical-rhythm in mind
- Minimal CSS inheritance chain
Getting started
Install from npm
npm i harmony
Import the harmony mixin files:
@import "harmony/normalize";
@import "harmony/core";
Also included are some helpful grid tools.
They are toggled with key shortcuts - see the source file for the details.
To use these tools, import the script in your JS:
import 'harmony/grid-tools';