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:
parent
f2dcb572ad
commit
804e693c4d
@ -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",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user