1
0
mirror of https://github.com/moparisthebest/mail synced 2024-12-23 07:48:48 -05:00

Update sass compilers, activate css kerning

This commit is contained in:
Tankred Hase 2014-04-15 11:22:19 +02:00
parent f2dcb572ad
commit 804e693c4d
2 changed files with 5 additions and 3 deletions

View File

@ -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",

View File

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