This commit is contained in:
RezHackXYZ 2025-05-11 16:59:40 +05:30
parent bd4a695e74
commit e579802394
No known key found for this signature in database
6 changed files with 26 additions and 4 deletions

8
tailwind.config.js Normal file
View file

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