Skip to content

Releases: joshuarudd/typeset.css

v2.0

30 Apr 21:15
64e1d68
Compare
Choose a tag to compare

Typeset 2.0 adjusts line-heights of all elements to align on a 1.5em baseline grid. It’s not overly strict, so inline images can push the baseline off a bit, but all text should align nicely.

  • Added CSS variables for colors (with fallback defaults for IE 11)
  • Removed outdated and unnecessary vender prefixes
  • Added optional typeset-baseline class for debugging the baseline grid
  • Added left border to block quotes (add optional typeset-wysiwyg class for old style)

v0.9.4

30 Apr 19:39
Compare
Choose a tag to compare
Added `div` to the set of elements that have a line-height set.

This helps WYSIWYG editors that use <div>s instead of <p>s for normal
text.