optimize tailwind to only monitor the frontend folder

This commit is contained in:
pluja 2024-05-07 23:11:57 +02:00
parent 470210b938
commit 3e5090ccb6
No known key found for this signature in database

View File

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