Fix TailwindCSS build missing classes

This commit is contained in:
Gabe Kangas 2020-11-17 22:10:24 -08:00
parent 09b570d64c
commit 8ab5e0797e

View file

@ -1,6 +1,6 @@
module.exports = {
purge: {
mode: 'layers',
content: ['../../webroot/js/**.js', '../../webroot/js/**.html'],
content: ['../../webroot/js/**'],
},
};