From add6e55686e80c9445d99ee29f98c3e5829ddf38 Mon Sep 17 00:00:00 2001 From: Scott Date: Fri, 18 Dec 2020 14:05:24 -0500 Subject: [PATCH] Add HTML templates to tailwind purge --- tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index 1b529c8..3ebe3c9 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,7 +1,7 @@ const colors = require('tailwindcss/colors') module.exports = { - purge: [], + purge: ["./src/**/*.html"], presets: [], darkMode: false, // or 'media' or 'class' theme: {