🆙 Add cms i using 🆙

This commit is contained in:
Remco
2025-11-25 22:42:56 +01:00
parent 94704e0925
commit d44196149e
35591 changed files with 3601123 additions and 0 deletions
@@ -0,0 +1,30 @@
.fi-ac {
@apply gap-3;
&:not(.fi-width-full) {
@apply flex flex-wrap items-center;
&.fi-align-start,
&.fi-align-left {
@apply justify-start;
}
&.fi-align-center {
@apply justify-center;
}
&.fi-align-end,
&.fi-align-right {
@apply flex-row-reverse;
}
&.fi-align-between,
&.fi-align-justify {
@apply justify-between;
}
}
&.fi-width-full {
@apply grid grid-cols-[repeat(auto-fit,minmax(0,1fr))];
}
}
@@ -0,0 +1 @@
@import './actions.css' layer(components);