From 9ce0b106fa0049f51a414428fb757c225eed723c Mon Sep 17 00:00:00 2001 From: "tao.chen" <93983997+taochen-ct@users.noreply.github.com> Date: Mon, 24 Aug 2026 17:34:55 +0800 Subject: [PATCH] update: init tailwindcss --- frontend/app/app.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/app/app.css b/frontend/app/app.css index c5fff16..3927cb8 100644 --- a/frontend/app/app.css +++ b/frontend/app/app.css @@ -1,3 +1,5 @@ +@import "tailwindcss"; + @font-face { font-family: "Inter"; src: url("/fonts/Inter-Variable.ttf") format("truetype");