diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-30 14:10:25 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-30 14:10:25 +0200 |
| commit | ea825c4db455ed5dadfc7f299bf63fb7f73d8b50 (patch) | |
| tree | 6e6749dc85f00c605365f890ba9649610431b76c /tailwind.config.js | |
| parent | a3e6e3e60fd3df2d34daa35e4df0bf7887f17237 (diff) | |
| download | danixxyz-ea825c4db455ed5dadfc7f299bf63fb7f73d8b50.tar.gz danixxyz-ea825c4db455ed5dadfc7f299bf63fb7f73d8b50.zip | |
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 <noreply@anthropic.com>
Diffstat (limited to 'tailwind.config.js')
| -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: { |
