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