feat(SW-439): add support for one column grid

This commit is contained in:
Fredrik Thorsson
2024-10-14 12:22:11 +02:00
parent b2290b7ad3
commit 8ea7eafb37
6 changed files with 30 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ import styles from "./stackable.module.css"
export const stackableGridVariants = cva(styles.container, {
variants: {
columns: {
1: styles.oneColumn,
2: styles.twoColumns,
3: styles.threeColumns,
},