[site][xs]: tailwind tracks mdx files as they may have styling in them.

This commit is contained in:
Rufus Pollock 2022-03-04 11:31:26 +01:00
parent 625b358ece
commit 8d97e9b556
1 changed files with 1 additions and 1 deletions

View File

@ -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: {},