forked from shibao/cannery
fix tailwind discard for heex templates
This commit is contained in:
parent
f63aa4c832
commit
3a17c40795
@ -3,6 +3,7 @@ const colors = require('tailwindcss/colors')
|
||||
module.exports = {
|
||||
purge: [
|
||||
'../lib/**/*.ex',
|
||||
'../lib/**/*.heex',
|
||||
'../lib/**/*.leex',
|
||||
'../lib/**/*.eex',
|
||||
'./js/**/*.js'
|
||||
|
Loading…
Reference in New Issue
Block a user