Continued from #10, this is just the arbitrary properties part of that PR.
This changes the idea of a type style from a collection of line-height, text-transform and letter-spacing to a collection of any CSS properties. This should allow our type styles to be quite a bit more flexible, and hopefully easier to use.
Looks good @brianjhanson. Want to add a major version bump change to the package.json since it's an API breaking change? I think that would make it 1.0.0
Continued from #10, this is just the arbitrary properties part of that PR.
This changes the idea of a type style from a collection of
line-height
,text-transform
andletter-spacing
to a collection of any CSS properties. This should allow our type styles to be quite a bit more flexible, and hopefully easier to use.