diff --git a/tailwind.config.js b/tailwind.config.js index b4ea8e42..7272b13e 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -2,9 +2,10 @@ module.exports = { content: [ "./layouts/**/*.html", "./content/**/*.{html,md}", + "./node_modules/tw-elements/js/**/*.js", "./themes/blowfish/layouts/**/*.html", "./themes/blowfish/content/**/*.{html,md}", - "./node_modules/tw-elements/js/**/*.js", + "./themes/blowfish/node_modules/tw-elements/js/**/*.js", ], darkMode: "class", theme: {