This commit is contained in:
2023-01-12 18:11:29 +00:00
commit de470efc4e
18 changed files with 15263 additions and 0 deletions

8
tailwind.config.cjs Normal file
View File

@@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
theme: {
extend: {},
},
plugins: [],
}