Closed davidmerfield closed 5 years ago
Hanging punctuation no longer works mid paragraph:
Captured on Chrome Version 78.0.3904.70 (Official Build) (64-bit)
Here's the breaking change to fix this courtesy of MB:
.pull-double, .push-double, .pull-single, .push-single { display: inline-block }
FWIW my proposed fix is to put inline-block on the push classes, but not the pulls.
inline-block
Thanks @mbutterick, I now updated the documentation.
Updated grunt-typeset to v0.0.8
grunt-typeset
Hanging punctuation no longer works mid paragraph:
Captured on Chrome Version 78.0.3904.70 (Official Build) (64-bit)
Here's the breaking change to fix this courtesy of MB: