add liquid templates to properly tailwind

This commit is contained in:
eggy 2021-04-26 19:48:28 -04:00
parent b9d17dd677
commit 2c6afd5b65

View File

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