feat: add Tailwind CSS reference to multiple components for styling consistency

This commit is contained in:
2026-06-02 01:41:01 +00:00
committed by hueso
parent 663a0bce46
commit af897e7dd4
27 changed files with 27 additions and 0 deletions
@@ -37,6 +37,7 @@ const props = withDefaults(defineProps<Props>(), {
</template>
<style scoped>
@reference "tailwindcss";
.analytics-card {
@apply bg-white rounded-lg border border-gray-200 p-6 flex items-center justify-between shadow-lg;
}