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

This commit is contained in:
2026-05-04 20:32:24 -03:00
committed by hueso
parent 663a0bce46
commit af897e7dd4
27 changed files with 27 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ const openItem = (index: number) => {
</template>
<style scoped>
@reference "tailwindcss";
.page {
@apply flex flex-col items-center justify-center w-full mt-8 sm:mt-16 px-4;
}