jacksmith is gay

This commit is contained in:
2023-04-06 10:24:33 +05:00
parent f5f05c1908
commit 54f76891d3
25 changed files with 5126 additions and 5133 deletions

9
tailwind.config.js Normal file
View File

@ -0,0 +1,9 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {},
},
plugins: [require('daisyui')],
}