Fix TailwindCSS build missing classes
This commit is contained in:
parent
09b570d64c
commit
8ab5e0797e
@ -1,6 +1,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
purge: {
|
purge: {
|
||||||
mode: 'layers',
|
mode: 'layers',
|
||||||
content: ['../../webroot/js/**.js', '../../webroot/js/**.html'],
|
content: ['../../webroot/js/**'],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user