add tailwindcss

This commit is contained in:
Kenta420-Poom 2023-09-14 15:43:53 +07:00
parent 8a6dc19bdd
commit 127f086bea
8 changed files with 508 additions and 19 deletions

View file

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