diff options
| author | Mark Otto <[email protected]> | 2013-07-01 19:43:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-01 19:43:15 -0700 |
| commit | 526d1399c5f09a644f4c117fa24fa87fa79d8186 (patch) | |
| tree | 91ebe8211c535b09bfc0bbcf91f83208a550da95 /less | |
| parent | f8eb9136ebba85dc74b495becf55c56bfa79a638 (diff) | |
| parent | 2e8752b26f08b888300fad5a0e357c860ab594b2 (diff) | |
| download | bootstrap-526d1399c5f09a644f4c117fa24fa87fa79d8186.tar.xz bootstrap-526d1399c5f09a644f4c117fa24fa87fa79d8186.zip | |
Merge pull request #8348 from Rowno/compiled-font-shorthand
Prevent the font shorthand from getting compiled as division
Diffstat (limited to 'less')
| -rw-r--r-- | less/mixins.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less index 6a24beb03..901c24196 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -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; |
