Browse Source

Fix TailwindCSS build missing classes

pull/380/head
Gabe Kangas 5 years ago
parent
commit
8ab5e0797e
  1. 2
      build/javascript/tailwind.config.js

2
build/javascript/tailwind.config.js

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

Loading…
Cancel
Save