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

Merge pull request #8348 from Rowno/compiled-font-shorthand

Prevent the font shorthand from getting compiled as division
This commit is contained in:
Mark Otto 2013-07-01 19:43:15 -07:00
commit 526d1399c5

View File

@ -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;