feat(12): tailwindcss init

This commit is contained in:
efim
2023-06-28 08:43:28 +00:00
parent 3e395b5034
commit b8c5a0f19b
3 changed files with 16 additions and 2 deletions

View File

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