Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Gandy <dave@davegandy.com>2015-07-28 09:49:59 +0300
committerDave Gandy <dave@davegandy.com>2015-07-29 00:55:02 +0300
commit3923879c413842a2cf49fc6712a74ba1beabaabc (patch)
tree12440a5aa53e4bd926bbc4e2bfc9ec3f294c4bf5 /less/mixins.less
parente0b916d815f16de61f5dec59cb0e2fd8e144eda7 (diff)
Removing translate() in core CSS. Going to impact Firefox rendering... #6023 also adding houzz #2039
Diffstat (limited to 'less/mixins.less')
-rw-r--r--less/mixins.less1
1 files changed, 0 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less
index 85ff0bb5f..d5a43a145 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -8,7 +8,6 @@
text-rendering: auto; // optimizelegibility throws things off #1094
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
- transform: translate(0, 0); // ensures no half-pixel rendering in firefox
}