_text-hide.scss 152 B

12345678
  1. // CSS image replacement
  2. @mixin text-hide() {
  3. font: 0/0 a;
  4. color: transparent;
  5. text-shadow: none;
  6. background-color: transparent;
  7. border: 0;
  8. }