Disable Tailwind CSS purge for Markdown file
This commit is contained in:
parent
beed5c946b
commit
5991f5a7e5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
purge: ['./src/**/*.ejs'],
|
purge: ['./src/**/*.ejs', './src/**/*.md'],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {},
|
extend: {},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue