add html files to tailwind generator

This commit is contained in:
eggy 2021-04-26 19:47:30 -04:00
parent bef61d0787
commit b9d17dd677

View File

@ -1,6 +1,6 @@
module.exports = {
darkMode: 'class',
purge: ['./src/**/*.md', './_includes/**/*.liquid'],
purge: ['./src/**/*.html', './src/**/*.md', './_includes/**/*.liquid'],
theme: {
extend: {
typography: (theme) => ({