add basic iphone support

This commit is contained in:
Gabriele Cirulli
2014-03-10 21:31:41 +01:00
parent e4476b44e0
commit 5a49a0ef91
4 changed files with 406 additions and 120 deletions
+7
View File
@@ -53,3 +53,10 @@
-webkit-animation-fill-mode: #{$str};
-moz-animation-fill-mode: #{$str};
}
// Media queries
@mixin smaller($width) {
@media screen and (max-width: $width) {
@content;
}
}