fix(layout): Fixed Tailwind purging causing no fonts to show

This commit is contained in:
Jack Merrill 2021-03-31 00:55:01 -05:00
parent d035adcfe9
commit 9e2e6579eb

View File

@ -1,5 +1,4 @@
module.exports = { module.exports = {
purge: ['./pages/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'],
darkMode: 'media', // or 'media' or 'class' darkMode: 'media', // or 'media' or 'class'
theme: { theme: {
extend: {}, extend: {},