Frontend: format tailwind.config.ts
parent
8d5a438652
commit
a98c4cc4bd
@ -1,16 +1,17 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: [],
|
||||
important: false,
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
primary: '#000000',
|
||||
secondary: '#0c0c0d',
|
||||
darkgray: '#18181b',
|
||||
lightgray: '#27272a',
|
||||
light: '#e5e7eb',
|
||||
},
|
||||
},
|
||||
},
|
||||
content: [],
|
||||
important: false,
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
primary: '#000000',
|
||||
secondary: '#0c0c0d',
|
||||
darkgray: '#18181b',
|
||||
lightgray: '#27272a',
|
||||
light: '#e5e7eb',
|
||||
accent: '#0ea5e9',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue