From ea825c4db455ed5dadfc7f299bf63fb7f73d8b50 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Thu, 30 Apr 2026 14:10:25 +0200 Subject: 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 --- tailwind.config.js | 1 + 1 file changed, 1 insertion(+) 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: { -- cgit v1.2.3