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
