This commit is contained in:
arch0Xd 2022-08-14 17:33:43 +02:00
parent 3a92d65900
commit af344d5fcd
32 changed files with 2604 additions and 2724 deletions

11
tailwind.config.js Normal file
View file

@ -0,0 +1,11 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./pages/**/*.{js,ts,jsx,tsx}',
'./components/**/*.{js,ts,jsx,tsx}'
],
theme: {
extend: {},
},
plugins: [],
}