]> danix's work - danix.xyz-2.git/commitdiff
fix: add theme JS assets to Tailwind content scan
authorDanilo M. <redacted>
Thu, 30 Apr 2026 12:10:25 +0000 (14:10 +0200)
committerDanilo M. <redacted>
Thu, 30 Apr 2026 12:10:25 +0000 (14:10 +0200)
Ensures JS-toggled classes are structurally covered rather than
relying on incidental HTML declarations.

Co-Authored-By: Claude Sonnet 4.6 <redacted>
tailwind.config.js

index 495d7fc677a1d5bf7e0566ddc4e714580afd8144..0f4d608d9879b27b92bc771022cfa7cb446a02c0 100644 (file)
@@ -1,6 +1,7 @@
 module.exports = {
   content: [
     './themes/**/layouts/**/*.html',
+    './themes/**/assets/js/**/*.js',
     './layouts/**/*.html',
   ],
   theme: {