Skip to content

Commit c4761ac

Browse files
committed
Add default for easing var
1 parent 3ec257d commit c4761ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/marketing/support/variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $blue-mktg: mix($blue-400, $blue-500, 42%) !default;
3737

3838
// Animations
3939
$transition-time: 0.4s !default;
40-
$ease-mktg: cubic-bezier(0.16, 1, 0.3, 1);
40+
$ease-mktg: cubic-bezier(0.16, 1, 0.3, 1) !default;
4141

4242
// Increases the core spacing scale first by 8px for $spacer-7, then by 16px
4343
// increments from $spacer-8 to $spacer-12, i.e. after 40px, we have 48, 64,

0 commit comments

Comments
 (0)