b0461fef31a8d581d20951d04c380e4e8b076466.svn-base 154 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. }