feat: introduce animations

This commit is contained in:
liyasthomas
2021-06-13 20:31:42 +05:30
parent 685f9d506d
commit ced2f1b911
7 changed files with 311 additions and 250 deletions

View File

@@ -1,4 +1,4 @@
$responsiveWidth: 768px;
$responsiveWidth: 767px;
*,
*::before,
@@ -52,6 +52,7 @@ body {
@apply transition-colors;
@apply ease-in-out;
@apply duration-150;
@apply overflow-x-hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;