diff options
| author | Catalin Zalog <[email protected]> | 2015-09-18 01:19:32 +0300 |
|---|---|---|
| committer | Catalin Zalog <[email protected]> | 2015-09-18 01:19:32 +0300 |
| commit | 4d979239ec3af0a540bd5dfc989f87eb76bb1a3c (patch) | |
| tree | d9cea672867283b7ea7b739ec6d1d1b1722ea197 | |
| parent | 62199b96dc8f2b56ca46df2762e328442ce29157 (diff) | |
| download | bootstrap-4d979239ec3af0a540bd5dfc989f87eb76bb1a3c.tar.xz bootstrap-4d979239ec3af0a540bd5dfc989f87eb76bb1a3c.zip | |
The .text-hide won't hide the text :)
| -rw-r--r-- | scss/mixins/_text-hide.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_text-hide.scss b/scss/mixins/_text-hide.scss index daed5fb7a..52a38a906 100644 --- a/scss/mixins/_text-hide.scss +++ b/scss/mixins/_text-hide.scss @@ -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; |
