mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-09-21 05:34:36 -04:00
optimize tailwind to only monitor the frontend folder
This commit is contained in:
parent
470210b938
commit
3e5090ccb6
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue