// Mixins
// --------------------------------------------------

@mixin text-hide() {
  font-size: 0;
  line-height: 0;

  color: transparent;
}
