diff options
| -rw-r--r-- | tailwind.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tailwind.config.js b/tailwind.config.js index 495d7fc..0f4d608 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,6 +1,7 @@ module.exports = { content: [ './themes/**/layouts/**/*.html', + './themes/**/assets/js/**/*.js', './layouts/**/*.html', ], theme: { |
