0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-29 21:52:22 +01:00

Merge pull request #18677 from twbs/fix-text-hide-font

Fix syntax of .text-hide's `font` property value
This commit is contained in:
Chris Rebert 2015-12-25 14:14:44 -07:00
commit 9325bf045d

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;