update transitions

This commit is contained in:
Brittany Chiang
2017-12-25 20:32:17 -05:00
parent cd18f3d7dc
commit 44d2c5a036
7 changed files with 25 additions and 20 deletions

View File

@@ -29,6 +29,10 @@ $mobile-width: 480px;
$small-mobile-width: 360px;
$tiny-mobile-width: 330px;
@mixin transition {
transition: all 0.2s ease-in-out;
}
@mixin thirteen {
@media screen and (max-width: #{$thirteen-inch}) {
@content;