This commit is contained in:
2024-07-02 15:49:00 +00:00
parent 659139f687
commit 44b011b444
11 changed files with 416 additions and 128 deletions

View File

@@ -2,7 +2,9 @@
module.exports = {
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
theme: {
extend: {},
extend: {
},
},
plugins: [],
}