davidmerfield / Typeset

An HTML pre-proces­sor for web ty­pog­ra­phy
https://typeset.lllllllllllllllll.com/
Creative Commons Zero v1.0 Universal
2.41k stars 52 forks source link

Mid-paragraph push/pull spans not working #52

Closed davidmerfield closed 4 years ago

davidmerfield commented 4 years ago

Hanging punctuation no longer works mid paragraph:

image

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
}
mbutterick commented 4 years ago

FWIW my proposed fix is to put inline-block on the push classes, but not the pulls.

danielhaim1 commented 4 years ago

Thanks @mbutterick, I now updated the documentation.

danielhaim1 commented 4 years ago

Updated grunt-typeset to v0.0.8