From 81999aa0447bf054a6196d71a43ef5bb29b1b2fe Mon Sep 17 00:00:00 2001 From: Maulana Sodiqin Date: Sun, 12 Apr 2026 23:26:40 +0700 Subject: [PATCH] chore: trigger CI rebuild after npmDepsHash fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit fix hash sebelumnya (d83a6d9) hanya menyentuh flake.nix sehingga nx affected tidak mendeteksi app mana pun → matrix build kosong → redesign belum ter-deploy. Formatting whitespace di libs/ui/index.css membuat libs/ui terdeteksi affected dan cascade ke backoffice, gacha, dimentorin, hackathon. Co-Authored-By: Claude Opus 4.6 (1M context) --- libs/ui/src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ui/src/index.css b/libs/ui/src/index.css index 6147de9..48a4270 100644 --- a/libs/ui/src/index.css +++ b/libs/ui/src/index.css @@ -1,6 +1,7 @@ @import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap'); @import 'tailwindcss'; @import 'tw-animate-css'; + @source "../../../libs/ui/**/*.{ts,tsx}"; @theme {