Move folder

This commit is contained in:
dragongoose
2023-03-24 07:55:10 -04:00
parent 6265fa182b
commit 1e9726a601
29 changed files with 86 additions and 121 deletions

16
tailwind.config.js Normal file
View File

@ -0,0 +1,16 @@
module.exports = {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx,vue}",
],
theme: {
extend: {},
},
plugins: [
require('@catppuccin/tailwindcss')({
prefix: 'ctp',
defaultFlavour: 'mocha',
}),
require('@tailwindcss/typography')
],
}