Autoprefixing and clean up

This commit is contained in:
Mike Francis 2014-07-24 17:44:57 +01:00
parent 3a4f23e949
commit 77f3aa7dce
8 changed files with 626 additions and 23 deletions

View file

@ -15,13 +15,6 @@
font-size: #{$px / $base-font-size}rem;
}
@mixin background-size($size) {
-webkit-background-size: $size;
-moz-background-size: $size;
-o-background-size: $size;
background-size: $size;
}
@mixin placeholder {
::-webkit-input-placeholder {
@content;