STYLE Introducing styles

This commit is contained in:
Antoine 2025-05-12 16:51:03 +02:00
parent 81ff440064
commit 2d8d7271c1

View File

@ -0,0 +1,7 @@
.tag-list {
@apply flex flex-wrap gap-4;
&__tag {
@apply border border-primary px-4 py-2;
}
}