From 524e055e8cdea4bab3e2ad19dc5c439e768c253a Mon Sep 17 00:00:00 2001 From: Jfriedli Date: Sun, 21 Mar 2021 15:56:23 +0100 Subject: purge and nanoify --- tailwind.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tailwind.config.js') diff --git a/tailwind.config.js b/tailwind.config.js index d56edce..fc634dc 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -3,7 +3,9 @@ const defaultTheme = require('tailwindcss/defaultTheme') module.exports = { future: { }, - purge: [], + purge: [ + "./templates/**/*.html" + ], theme: { extend: { colors: { -- cgit v1.3