if !ie
  stylobate_defaults('kind-clear', __before('&:before'), __after('&:after'))

kind-clear($this)
  zoom: 1

kind-clear__before()
  +cache()
    content: ""
    display: table

kind-clear__after()
  +cache()
    content: ""
    display: table
    clear: both
