mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 14:20:54 +03:00
Fix TailwindCSS build missing classes
This commit is contained in:
parent
09b570d64c
commit
8ab5e0797e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
module.exports = {
|
||||
purge: {
|
||||
mode: 'layers',
|
||||
content: ['../../webroot/js/**.js', '../../webroot/js/**.html'],
|
||||
content: ['../../webroot/js/**'],
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue