rem(val)
  $u = unit(val)
  return unit(val / 12, 'rem')

.app
  display: flex
  justify-content: center
  width: rem(25)
  color: $prependedVariable
