From 61b1062ebcf8cb79b3158575a9744196774c6e4f Mon Sep 17 00:00:00 2001 From: KenTandrian Date: Thu, 4 Jun 2026 08:30:59 +0700 Subject: [PATCH] feat(client): rename aliases --- apps/client/src/styles.scss | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/client/src/styles.scss b/apps/client/src/styles.scss index 4d5673ecb..045de2eb6 100644 --- a/apps/client/src/styles.scss +++ b/apps/client/src/styles.scss @@ -2,8 +2,8 @@ @use 'sass:color'; @use './styles/bootstrap'; -@use './styles/table' as t; -@use './styles/variables' as v; +@use './styles/table' as table; +@use './styles/variables' as variables; @use 'svgmap/style.min'; @@ -13,10 +13,10 @@ --light-background: rgb(255, 255, 255); --dark-primary-text: - #{color.channel(v.$dark-primary-text, 'red')}, - #{color.channel(v.$dark-primary-text, 'green')}, - #{color.channel(v.$dark-primary-text, 'blue')}, - #{color.channel(v.$dark-primary-text, 'alpha')}; + #{color.channel(variables.$dark-primary-text, 'red')}, + #{color.channel(variables.$dark-primary-text, 'green')}, + #{color.channel(variables.$dark-primary-text, 'blue')}, + #{color.channel(variables.$dark-primary-text, 'alpha')}; --dark-secondary-text: 0, 0, 0, 0.54; --dark-accent-text: 0, 0, 0, 0.87; --dark-warn-text: 0, 0, 0, 0.87; @@ -24,10 +24,10 @@ --dark-dividers: 0, 0, 0, 0.12; --dark-focused: 0, 0, 0, 0.12; --light-primary-text: - #{color.channel(v.$light-primary-text, 'red')}, - #{color.channel(v.$light-primary-text, 'green')}, - #{color.channel(v.$light-primary-text, 'blue')}, - #{color.channel(v.$light-primary-text, 'alpha')}; + #{color.channel(variables.$light-primary-text, 'red')}, + #{color.channel(variables.$light-primary-text, 'green')}, + #{color.channel(variables.$light-primary-text, 'blue')}, + #{color.channel(variables.$light-primary-text, 'alpha')}; --light-secondary-text: 255, 255, 255, 0.7; --light-accent-text: 255, 255, 255, 1; --light-warn-text: 255, 255, 255, 1; @@ -245,7 +245,7 @@ body { } .gf-table { - @include t.gf-table(true); + @include table.gf-table(true); } .mat-mdc-dialog-container { @@ -358,7 +358,7 @@ ngx-skeleton-loader { } .gf-table { - @include t.gf-table; + @include table.gf-table; } .gf-text-wrap-balance {