From 12d2c898df6eea4dc84fcd84c2f436d0f52630b4 Mon Sep 17 00:00:00 2001 From: fireworks88 Date: Thu, 25 Nov 2021 23:12:20 +0100 Subject: [PATCH 1/2] test --- files/templates/tailwind.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/tailwind.html b/files/templates/tailwind.html index 0bbeaa4851..ad3d5e30fb 100644 --- a/files/templates/tailwind.html +++ b/files/templates/tailwind.html @@ -12,6 +12,6 @@ Flask + Tailwind CSS -

hello world

+

hello world

\ No newline at end of file From 0bf7ea8be0aeee36d30f7db5c9043015d97c1e07 Mon Sep 17 00:00:00 2001 From: fireworks88 Date: Thu, 25 Nov 2021 23:12:43 +0100 Subject: [PATCH 2/2] jit --- tailwind.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index c7a7259b45..0352bd2fce 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: {