Skip to content

Commit 83843c0

Browse files
committed
chore: resolve formatting issue
1 parent e64ec14 commit 83843c0

1 file changed

Lines changed: 0 additions & 58 deletions

File tree

tailwind.config.js

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
module.exports = {
33
darkMode: ['class'],
44
content: ['./src/**/*.{js,ts,jsx,tsx}'],
5-
theme: {
65
theme: {
76
extend: {
87
animation: {
@@ -61,63 +60,6 @@ module.exports = {
6160
},
6261
},
6362
},
64-
extend: {
65-
animation: {
66-
spin: 'spin 10s linear infinite',
67-
},
68-
fontFamily: {
69-
montserrat: ['Montserrat', 'sans-serif'],
70-
robotoMono: ['Robot Mono', 'monospace'],
71-
dmSans: ['DM Sans', 'sans-serif'],
72-
},
73-
borderRadius: {
74-
lg: 'var(--radius)',
75-
md: 'calc(var(--radius) - 2px)',
76-
sm: 'calc(var(--radius) - 4px)',
77-
},
78-
colors: {
79-
background: 'hsl(var(--background))',
80-
foreground: 'hsl(var(--foreground))',
81-
card: {
82-
DEFAULT: 'hsl(var(--card))',
83-
foreground: 'hsl(var(--card-foreground))',
84-
},
85-
popover: {
86-
DEFAULT: 'hsl(var(--popover))',
87-
foreground: 'hsl(var(--popover-foreground))',
88-
},
89-
primary: {
90-
DEFAULT: 'hsl(var(--primary))',
91-
foreground: 'hsl(var(--primary-foreground))',
92-
},
93-
secondary: {
94-
DEFAULT: 'hsl(var(--secondary))',
95-
foreground: 'hsl(var(--secondary-foreground))',
96-
},
97-
muted: {
98-
DEFAULT: 'hsl(var(--muted))',
99-
foreground: 'hsl(var(--muted-foreground))',
100-
},
101-
accent: {
102-
DEFAULT: 'hsl(var(--accent))',
103-
foreground: 'hsl(var(--accent-foreground))',
104-
},
105-
destructive: {
106-
DEFAULT: 'hsl(var(--destructive))',
107-
foreground: 'hsl(var(--destructive-foreground))',
108-
},
109-
border: 'hsl(var(--border))',
110-
input: 'hsl(var(--input))',
111-
ring: 'hsl(var(--ring))',
112-
chart: {
113-
1: 'hsl(var(--chart-1))',
114-
2: 'hsl(var(--chart-2))',
115-
3: 'hsl(var(--chart-3))',
116-
4: 'hsl(var(--chart-4))',
117-
5: 'hsl(var(--chart-5))',
118-
},
119-
},
120-
},
12163
},
12264
corePlugins: {
12365
aspectRatio: false,

0 commit comments

Comments
 (0)