We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb1eb2b commit 3b045a6Copy full SHA for 3b045a6
packages/repl/src/lib/workers/bundler/index.ts
@@ -492,6 +492,7 @@ async function get_bundle(
492
493
add_tailwind_candidates(result.ast.module);
494
add_tailwind_candidates(result.ast.instance);
495
+ add_tailwind_candidates(result.ast.html);
496
497
if (result.css?.code) {
498
// resolve local files by inlining them
0 commit comments