mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Prevent the font shorthand from getting compiled as division
This commit is contained in:
parent
534eac5242
commit
2e8752b26f
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
|||
// CSS image replacement
|
||||
// Source: https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757
|
||||
.hide-text() {
|
||||
font: 0/0 a;
|
||||
font: ~"0/0" a;
|
||||
color: transparent;
|
||||
text-shadow: none;
|
||||
background-color: transparent;
|
||||
|
|
Loading…
Reference in a new issue