Commit 526d1399 authored by Mark Otto's avatar Mark Otto

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

Prevent the font shorthand from getting compiled as division
parents f8eb9136 2e8752b2
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
// CSS image replacement // CSS image replacement
// Source: https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757 // Source: https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757
.hide-text() { .hide-text() {
font: 0/0 a; font: ~"0/0" a;
color: transparent; color: transparent;
text-shadow: none; text-shadow: none;
background-color: transparent; background-color: transparent;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment