Init rebase to Svelte and TS
This commit is contained in:
13
tailwind.config.ts
Normal file
13
tailwind.config.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import type { Config } from "tailwindcss"
|
||||
export default {
|
||||
content: [],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
dots-bg-p: "oklch(var(--dots-bg-1))",
|
||||
dots-bg-s: "oklch(var(--dots-bg-1))",
|
||||
}
|
||||
}
|
||||
},
|
||||
plugins: []
|
||||
} satisfies Config
|
||||
Reference in New Issue
Block a user