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 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: {