tailwind init

This commit is contained in:
rei
2023-03-17 22:58:27 +01:00
parent 5d7043b8d9
commit 4b7257c884
12 changed files with 31 additions and 113 deletions

8
tailwind.config.js Normal file
View File

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