1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

chore: upgrades to tailwind v4 and daisyUI v5 🎨 (#3505)

This commit is contained in:
Amir Raminfar
2025-01-05 13:38:36 -08:00
committed by GitHub
parent 40015f7385
commit efa95078ac
74 changed files with 701 additions and 843 deletions

View File

@@ -14,7 +14,8 @@ defineProps<{
}>();
</script>
<style lang="postcss" scoped>
<style scoped>
@import "@/main.css" reference;
[health="unhealthy"] {
@apply text-red;
}