Add custom HTML to Tailwind Purge config

This commit is contained in:
Justin 2022-05-10 15:51:58 -04:00
parent 23e20568e1
commit 3e2058a4b1

View file

@ -1,7 +1,7 @@
const { parseColorMatrix } = require('./tailwind/colors');
module.exports = {
content: ['./app/**/*.{html,js,ts,tsx}'],
content: ['./app/**/*.{html,js,ts,tsx}', './custom/instance/**/*.html'],
darkMode: 'class',
theme: {
screens: {