Forgot about tailwind config bc I'm thinking bout you <3

This commit is contained in:
Ari Liu 2024-10-19 23:33:43 +00:00
parent 2831569c70
commit 9408791153
Signed by: AhriVastaya
SSH Key Fingerprint: SHA256:B1V16w1/wkA2kWFt/YMDUqSAYIj6PpN99WCxVaK2yVo

9
tailwind.config.js Normal file
View File

@ -0,0 +1,9 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [],
theme: {
extend: {},
},
plugins: [],
}