feat: remove tailwindcss + introduce windicss

This commit is contained in:
Liyas Thomas
2021-06-25 23:44:27 +00:00
committed by GitHub
parent 3e5629e738
commit 6d33132705
84 changed files with 1560 additions and 40544 deletions

View File

@@ -188,8 +188,6 @@ export default {
</script>
<style scoped lang="scss">
$responsiveWidth: 767px;
.nav-first {
@apply h-screen;
@apply p-2;
@@ -298,7 +296,7 @@ nav.secondary-nav {
}
}
@media (max-width: $responsiveWidth) {
@media (max-width: 767px) {
.nav-first {
@apply fixed;
@apply z-10;