0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-03 15:24:19 +01:00
Bootstrap/less/mixins/hide-text.less
2014-07-09 13:54:32 -07:00

9 lines
149 B
Plaintext

// CSS image replacement
.text-hide() {
font: ~"0/0" a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}