mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +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:
commit
9325bf045d
@ -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…
x
Reference in New Issue
Block a user