feat: initial commit

This commit is contained in:
Aarnav Tale
2024-03-17 19:34:54 -04:00
commit bb493f8e1b
9 changed files with 2528 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
/** @type {import('tailwindcss').Config} */
const config = {
content: ["./src/**/*.{html,js,svelte,ts}"],
theme: {
extend: {}
},
};
export default config;