1
0
mirror of https://github.com/avinal/box-box.git synced 2026-01-10 21:48:32 +05:30

fix: include public in tailwind to generate classes

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2025-01-01 17:50:54 +05:30
parent 54b5b091fe
commit 63fc69c1fa
2 changed files with 114 additions and 1 deletions

View File

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