Inline tailwind into eleventy

This commit is contained in:
Sam Carlton 2021-01-23 17:42:37 -06:00
parent b932177235
commit 52ce5bfb53
5 changed files with 20 additions and 6 deletions

View file

@ -1,6 +1,6 @@
module.exports = {
purge: {
enabled: process.env.NODE_ENV === 'production',
enabled: true,//process.env.NODE_ENV === 'production',
content: [
'components/**/*.vue',
'layouts/**/*.vue',