Migrate to typescript

This commit is contained in:
prototypa
2023-01-02 10:51:51 -05:00
parent ba0e67b55f
commit f158d32181
28 changed files with 172 additions and 85 deletions

View File

@ -17,10 +17,9 @@
}
.dropdown:hover .dropdown-menu {
display: block;
display: block;
}
[astro-icon].icon-light > * {
stroke-width: 1.2;
}
@ -34,4 +33,4 @@
[data-aw-toggle-menu].expanded g > path:last-child {
@apply rotate-45 translate-y-[-8px] translate-x-[14px];
}
}