add liquid templates to properly tailwind
This commit is contained in:
parent
b9d17dd677
commit
2c6afd5b65
@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
darkMode: 'class',
|
||||
purge: ['./src/**/*.html', './src/**/*.md', './_includes/**/*.liquid'],
|
||||
purge: ['./src/**/*.html', './src/**/*.md', './src/**/*.liquid'],
|
||||
theme: {
|
||||
extend: {
|
||||
typography: (theme) => ({
|
||||
|
Loading…
Reference in New Issue
Block a user