Refactor intro animations into a separate SASS variable ()

This commit is contained in:
Peter Dimou
2017-08-02 12:27:01 -04:00
committed by Michael Rose
parent 822fa4d1f8
commit 5b4baee3b5
9 changed files with 25 additions and 24 deletions

@ -127,3 +127,4 @@ $box-shadow : 0 1px 1px rgba(0, 0, 0, 0.125) !default;
$navicon-width : 1.5rem !default;
$navicon-height : 0.25rem !default;
$global-transition : all 0.2s ease-in-out !default;
$intro-transition : intro 0.3s both !default;