This commit is contained in:
Will Greenberg
2024-10-23 15:31:32 -07:00
parent a269a45244
commit fa96520fe5
18 changed files with 2278 additions and 3524 deletions

View File

@@ -0,0 +1,11 @@
import type { Config } from 'tailwindcss';
export default {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {}
},
plugins: []
} as Config;