Added tailwind

This commit is contained in:
Lorenzo Iovino 2023-12-28 11:33:21 +01:00
parent 3ebe6fd67a
commit e6f42eaa37
14 changed files with 319 additions and 341 deletions

11
tailwind.config.js Normal file
View file

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