fix(build): scope Tailwind scanning and remove dead Rust helper

Limit Tailwind source detection to the frontend and root HTML while preserving the CSS-defined theme. Remove redundant test-only nonce validation scaffolding so the Rust library builds without warnings.
This commit is contained in:
NimBold
2026-07-17 03:20:31 +03:30
parent 513143d745
commit 0447d1cab7
2 changed files with 5 additions and 16 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
@import "tailwindcss";
@import "tailwindcss" source(none);
@source "../src";
@source "../index.html";
:root {
/* Default/fallback Light (macOS Light Mode) */