From 0bf7ea8be0aeee36d30f7db5c9043015d97c1e07 Mon Sep 17 00:00:00 2001 From: fireworks88 Date: Thu, 25 Nov 2021 23:12:43 +0100 Subject: [PATCH] jit --- tailwind.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index c7a7259b4..0352bd2fc 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -3,8 +3,8 @@ const colors = require('tailwindcss/colors') module.exports = { mode: 'jit', purge: [ - '../../templates/**/*.html', - '../../templates/*.html' + 'files/templates/**/*.html', + 'files/templates/*.html' ], darkMode: 'class', // or 'media' or 'class' theme: {