Include helpers in Tailwind

This commit is contained in:
Sam Carlton 2022-05-17 14:03:19 -05:00
parent 8825375b7a
commit cc27c9941c

View file

@ -1,5 +1,7 @@
module.exports = { module.exports = {
content: [ content: [
// General
'helpers/**/*.js',
// Nuxt // Nuxt
'nuxt.config.js', 'nuxt.config.js',