Skip to content

Commit 45ab661

Browse files
committed
Tailwind config fixes
1 parent e7174b1 commit 45ab661

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tailwind.config.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const config = {
1111
prefix: "",
1212
theme: {
1313
container: {
14-
center: 'true',
14+
center: true,
1515
padding: '2rem',
1616
screens: {
1717
'2xl': '1400px'
@@ -61,8 +61,6 @@ const config = {
6161
'accent-foreground': 'hsl(var(--sidebar-accent-foreground))',
6262
border: 'hsl(var(--sidebar-border))',
6363
ring: 'hsl(var(--sidebar-ring))',
64-
'primary-foreground': 'hsl(var(--sidebar-primary-foreground))',
65-
'accent-foreground': 'hsl(var(--sidebar-accent-foreground))'
6664
}
6765
},
6866
borderRadius: {

0 commit comments

Comments
 (0)