From 8d97e9b5561e6c5724b2f2ae14eafe2ee1534830 Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Fri, 4 Mar 2022 11:31:26 +0100 Subject: [PATCH] [site][xs]: tailwind tracks mdx files as they may have styling in them. --- site/tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/tailwind.config.js b/site/tailwind.config.js index 305b403..8ac73f8 100644 --- a/site/tailwind.config.js +++ b/site/tailwind.config.js @@ -1,6 +1,6 @@ module.exports = { mode: 'jit', - purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'], + purge: ['./pages/**/*.{js,ts,jsx,tsx,md,mdx}', './components/**/*.{js,ts,jsx,tsx}'], darkMode: false, // or 'media' or 'class' theme: { extend: {},