fix
Some checks failed
Publish Svelte Tailwind Library / build-and-publish (push) Failing after 22s

This commit is contained in:
2025-09-16 13:25:29 +01:00
parent ab9b80dddb
commit 9d15eb95a8

View File

@@ -1,7 +1 @@
@import "tailwindcss"; @import "tailwindcss";
@layer components {
.button {
@apply px-4 py-2 rounded-md bg-red-500 text-white;
}
}