chore: lint + bump deps

This commit is contained in:
liyasthomas
2021-11-04 18:23:50 +05:30
parent ad76d100ee
commit 9e74a8c2e7
32 changed files with 1248 additions and 1265 deletions

View File

@@ -69,11 +69,11 @@ body {
@keyframes fade {
0% {
opacity: 0;
@apply opacity-0;
}
100% {
opacity: 1;
@apply opacity-100;
}
}
@@ -182,10 +182,6 @@ a {
@apply max-h-46;
@apply items-stretch;
@apply overflow-y-auto;
// &::-webkit-scrollbar {
// @apply hidden;
// }
}
hr {