_text-hide.less 224 B

12345678910
  1. // CSS image replacement
  2. #text-hide(@ignore-warning) {
  3. font: ~"0/0 a";
  4. color: transparent;
  5. text-shadow: none;
  6. background-color: transparent;
  7. border: 0;
  8. #deprecate("`#text-hide()`", "v4.1.0", "v5", @ignore-warning);
  9. }