We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec257d commit c4761acCopy full SHA for c4761ac
src/marketing/support/variables.scss
@@ -37,7 +37,7 @@ $blue-mktg: mix($blue-400, $blue-500, 42%) !default;
37
38
// Animations
39
$transition-time: 0.4s !default;
40
-$ease-mktg: cubic-bezier(0.16, 1, 0.3, 1);
+$ease-mktg: cubic-bezier(0.16, 1, 0.3, 1) !default;
41
42
// Increases the core spacing scale first by 8px for $spacer-7, then by 16px
43
// increments from $spacer-8 to $spacer-12, i.e. after 40px, we have 48, 64,
0 commit comments