mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-03 15:24:19 +01:00
9 lines
149 B
Plaintext
9 lines
149 B
Plaintext
// CSS image replacement
|
|
.text-hide() {
|
|
font: ~"0/0" a;
|
|
color: transparent;
|
|
text-shadow: none;
|
|
background-color: transparent;
|
|
border: 0;
|
|
}
|