pre-tailwind removal bc the snackbar ain't coloring right

This commit is contained in:
2026-04-30 23:16:47 -06:00
parent 10ed917297
commit 1b2e1365d5
142 changed files with 1580 additions and 13508 deletions
-14
View File
@@ -100,18 +100,4 @@
</script>
<style scoped>
@reference "../styles/tailwind.css";
/*
1. mixing helper classes and @apply for demonstration purposes only
2. the classes below are NOT wrapped in any CSS layer, so they "win" over everything else
*/
.hero-card {
@apply py-3 md:pr-[120px] w-full transition-none;
}
:deep(.v-card) {
@apply bg-gray-200;
@apply dark:bg-black dark:bg-linear-to-r dark:from-primary/50 dark:to-primary/30 dark:text-white/80;
}
</style>