From: Danilo M. Date: Thu, 30 Apr 2026 12:10:25 +0000 (+0200) Subject: fix: add theme JS assets to Tailwind content scan X-Git-Tag: release_30042026-1419~4 X-Git-Url: https://git.danix.xyz/?a=commitdiff_plain;h=ea825c4db455ed5dadfc7f299bf63fb7f73d8b50;p=danix.xyz-2.git fix: add theme JS assets to Tailwind content scan Ensures JS-toggled classes are structurally covered rather than relying on incidental HTML declarations. Co-Authored-By: Claude Sonnet 4.6 --- 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: {