From d02b41511e89c47f468657b1de53870e4d21cf37 Mon Sep 17 00:00:00 2001 From: KenTandrian Date: Sun, 31 May 2026 23:51:59 +0700 Subject: [PATCH] feat(client): migrate bootstrap import to @use --- apps/client/src/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/styles.scss b/apps/client/src/styles.scss index 68a99b7fb..a9384446d 100644 --- a/apps/client/src/styles.scss +++ b/apps/client/src/styles.scss @@ -1,6 +1,6 @@ @use '@angular/material' as mat; -@import './styles/bootstrap'; +@use './styles/bootstrap'; @use './styles/table' as t; @import './styles/variables';