stylobate
Version:
Framework for writing really abstract CSS in Stylus
20 lines (14 loc) • 330 B
text/stylus
if !ie
stylobate_defaults('kind-justifier', __helper('&:after'))
kind-justifier($this)
text-align: justify
if ie
text-justify: newspaper
text-align-last: justify
kind-justifier__helper()
pseudo-with-content()
display: inline-block
width: 100%
kind-justifier_no-last-line()
font-size: 0
line-height: 0