From b9d17dd677777aa8530b6e9328aa17e8480a5638 Mon Sep 17 00:00:00 2001 From: eggy Date: Mon, 26 Apr 2021 19:47:30 -0400 Subject: [PATCH] add html files to tailwind generator --- tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index b7a6c67..a07b3f9 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,6 +1,6 @@ module.exports = { darkMode: 'class', - purge: ['./src/**/*.md', './_includes/**/*.liquid'], + purge: ['./src/**/*.html', './src/**/*.md', './_includes/**/*.liquid'], theme: { extend: { typography: (theme) => ({