From 3e2058a4b10a7087b41de01c0dab43a8457736c8 Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 10 May 2022 15:51:58 -0400 Subject: [PATCH] Add custom HTML to Tailwind Purge config --- tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index 0aa665e2e..7ac10feee 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,7 +1,7 @@ const { parseColorMatrix } = require('./tailwind/colors'); module.exports = { - content: ['./app/**/*.{html,js,ts,tsx}'], + content: ['./app/**/*.{html,js,ts,tsx}', './custom/instance/**/*.html'], darkMode: 'class', theme: { screens: {