From 9e2e6579eb783e25a682b92a6af5bd129eef91ff Mon Sep 17 00:00:00 2001 From: Jack Merrill Date: Wed, 31 Mar 2021 00:55:01 -0500 Subject: [PATCH] fix(layout): Fixed Tailwind purging causing no fonts to show --- tailwind.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index 6e5a77c..5d57f1e 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,5 +1,4 @@ module.exports = { - purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'], darkMode: 'media', // or 'media' or 'class' theme: { extend: {},