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