gemma: generate apps/web/tailwind.config.ts
This commit is contained in:
parent
32f47173b4
commit
d659bf5d44
19
apps/web/tailwind.config.ts
Normal file
19
apps/web/tailwind.config.ts
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
import type { Config } from "tailwindcss"
|
||||||
|
|
||||||
|
export default {
|
||||||
|
content: [
|
||||||
|
"./index.html",
|
||||||
|
"./src/**/*.{ts,tsx}"
|
||||||
|
],
|
||||||
|
theme: {
|
||||||
|
extend: {
|
||||||
|
colors: {
|
||||||
|
ember: {
|
||||||
|
500: "#f97316",
|
||||||
|
600: "#ea580c"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
plugins: []
|
||||||
|
} satisfies Config
|
||||||
Loading…
Reference in New Issue
Block a user