fix(ui): make asset build source deterministic

This commit is contained in:
sechmachine
2026-08-15 04:08:16 +07:00
parent c81c0dfe65
commit cb76bea18e
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
@import "tailwindcss";
@import "tailwindcss" source(none);
@source "../resources/templates/**/*.html";
@theme {
File diff suppressed because one or more lines are too long