Skip to content

Commit e61bbfd

Browse files
committed
feat: add custom spacing to tailwind config
in this commit i've added custom spacing based on design variables
1 parent 16d7972 commit e61bbfd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tailwind.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ export default {
88
],
99
theme: {
1010
extend: {
11+
spacing: {
12+
"12": "48px",
13+
"20": "80px",
14+
"24": "96px",
15+
},
1116
colors: {
1217
background: "var(--background)",
1318
foreground: "var(--foreground)",

0 commit comments

Comments
 (0)