Simplify API
Two breaking changes in interest of simplifying the UI.
baseLineHeighttakes the css unitless number now instead of a px value. This is what most people use for line-height so made sense to make the switch. PX values still work so this isn't technically a breaking change but you're encouraged to switch things over.modularScalesis now justscale. I decided to consolidate various responsive typography concerns into a coming breakpoints option. Instead of passing an array of options tomodularScalesdo something like:
{
scale: 2
}