fix tailwind discard for heex templates

This commit is contained in:
shibao 2022-02-18 17:44:36 -05:00
parent f63aa4c832
commit 3a17c40795
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ const colors = require('tailwindcss/colors')
module.exports = {
purge: [
'../lib/**/*.ex',
'../lib/**/*.heex',
'../lib/**/*.leex',
'../lib/**/*.eex',
'./js/**/*.js'