0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-02 14:24:19 +01:00

The .text-hide won't hide the text :)

This commit is contained in:
Catalin Zalog 2015-09-18 01:19:32 +03:00
parent 62199b96dc
commit 4d979239ec

View File

@ -1,6 +1,6 @@
// CSS image replacement // CSS image replacement
@mixin text-hide() { @mixin text-hide() {
font: "0/0" a; font: 0/0 a;
color: transparent; color: transparent;
text-shadow: none; text-shadow: none;
background-color: transparent; background-color: transparent;