init
All checks were successful
release / release (push) Successful in 1m9s

This commit is contained in:
2024-08-09 15:59:23 +08:00
commit 246bef3b55
33 changed files with 63393 additions and 0 deletions

12
tailwind.config.cjs Normal file
View File

@@ -0,0 +1,12 @@
/** @type {import('tailwindcss').Config}*/
const config = {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {}
},
plugins: []
};
module.exports = config;