This commit is contained in:
typicode
2023-11-27 23:37:54 +01:00
parent 8d16c88173
commit 8b3e48e1ad
16 changed files with 7288 additions and 0 deletions

8
tailwind.config.js Normal file
View File

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