mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-23 07:50:23 +00:00
The .text-hide won't hide the text :)
This commit is contained in:
parent
62199b96dc
commit
4d979239ec
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
// CSS image replacement
|
||||
@mixin text-hide() {
|
||||
font: "0/0" a;
|
||||
font: 0/0 a;
|
||||
color: transparent;
|
||||
text-shadow: none;
|
||||
background-color: transparent;
|
||||
|
|
|
|||
Loading…
Reference in a new issue