Moved tailwind config to tailwind.config.ts (for intellisense)
parent
85438c2f32
commit
f661cfdd5f
@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
content: [],
|
||||
important: false,
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
primary: '#0c0c0d',
|
||||
secondary: '#18181b',
|
||||
darkgray: '#121213',
|
||||
lightgray: '#27272a',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Reference in New Issue