[site][xs]: tailwind tracks mdx files as they may have styling in them.
This commit is contained in:
parent
625b358ece
commit
8d97e9b556
|
|
@ -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: {},
|
||||
|
|
|
|||
Loading…
Reference in New Issue