We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7174b1 commit 45ab661Copy full SHA for 45ab661
1 file changed
tailwind.config.ts
@@ -11,7 +11,7 @@ const config = {
11
prefix: "",
12
theme: {
13
container: {
14
- center: 'true',
+ center: true,
15
padding: '2rem',
16
screens: {
17
'2xl': '1400px'
@@ -61,8 +61,6 @@ const config = {
61
'accent-foreground': 'hsl(var(--sidebar-accent-foreground))',
62
border: 'hsl(var(--sidebar-border))',
63
ring: 'hsl(var(--sidebar-ring))',
64
- 'primary-foreground': 'hsl(var(--sidebar-primary-foreground))',
65
- 'accent-foreground': 'hsl(var(--sidebar-accent-foreground))'
66
}
67
},
68
borderRadius: {
0 commit comments