From 64bc431fcb46b9f9a24ec5d21a9d4178332ea87e Mon Sep 17 00:00:00 2001 From: KenTandrian Date: Sun, 31 May 2026 23:51:32 +0700 Subject: [PATCH] feat(client): migrate table import to @use --- apps/client/src/styles.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/client/src/styles.scss b/apps/client/src/styles.scss index 4321622a1..68a99b7fb 100644 --- a/apps/client/src/styles.scss +++ b/apps/client/src/styles.scss @@ -1,7 +1,7 @@ @use '@angular/material' as mat; @import './styles/bootstrap'; -@import './styles/table'; +@use './styles/table' as t; @import './styles/variables'; @import 'svgmap/style.min'; @@ -240,7 +240,7 @@ body { } .gf-table { - @include gf-table(true); + @include t.gf-table(true); } .mat-mdc-dialog-container { @@ -353,7 +353,7 @@ ngx-skeleton-loader { } .gf-table { - @include gf-table; + @include t.gf-table; } .gf-text-wrap-balance {