mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-02-06 10:25:20 -05:00
optimize tailwind to only monitor the frontend folder
This commit is contained in:
parent
470210b938
commit
3e5090ccb6
@ -1,6 +1,6 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./**/*.{html,js,gohtml}"],
|
||||
content: ["./frontend/templates/**/*.{html,js,gohtml}"],
|
||||
theme: {
|
||||
extend: {
|
||||
fontFamily: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user