🎉 Inits repo

This commit is contained in:
Daniel Svitan
2023-05-16 16:02:07 -07:00
parent faf1816b68
commit b8c658374f
11 changed files with 1066 additions and 166 deletions
+15
View File
@@ -0,0 +1,15 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}"],
theme: {
extend: {
width: {
page: "100vw",
},
height: {
page: "100vh",
},
},
},
plugins: [],
};