think i finally solved

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
nurRiyad
2023-01-07 02:17:36 +06:00
parent 843d9e3395
commit 93bd0f0e5b
2 changed files with 8 additions and 1 deletions

7
tailwind.config.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
content: [],
theme: {
extend: {},
},
plugins: [require('@tailwindcss/typography')],
}