From 804e693c4deb35abaa69b437ed0828489685eaa0 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Tue, 15 Apr 2014 11:22:19 +0200 Subject: [PATCH] Update sass compilers, activate css kerning --- package.json | 6 +++--- src/sass/_scaffolding.scss | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a04f88b..c950984 100644 --- a/package.json +++ b/package.json @@ -28,9 +28,9 @@ "grunt-contrib-qunit": "~0.2.2", "grunt-mocha": "~0.4.1", "grunt-contrib-clean": "~0.5.0", - "grunt-csso": "~0.5.0", - "grunt-contrib-sass": "~0.5.0", - "grunt-autoprefixer": "~0.3.0", + "grunt-csso": "~0.6.1", + "grunt-contrib-sass": "~0.7.3", + "grunt-autoprefixer": "~0.7.2", "grunt-contrib-watch": "~0.5.3", "grunt-contrib-copy": "~0.4.1", "grunt-contrib-compress": "~0.5.2", diff --git a/src/sass/_scaffolding.scss b/src/sass/_scaffolding.scss index fcc60c3..ea48dc1 100755 --- a/src/sass/_scaffolding.scss +++ b/src/sass/_scaffolding.scss @@ -19,6 +19,7 @@ body { line-height: $line-height-base; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; + font-feature-settings: "kern"; height: 100%; } @@ -32,6 +33,7 @@ textarea { line-height: inherit; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; + font-feature-settings: "kern"; } // add space at the top since ios7 apps are now fullscreen