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