From bb246485c99cc799a1c4f12cdf0e68141cc4e236 Mon Sep 17 00:00:00 2001 From: Faizal Andyka Date: Mon, 30 May 2022 11:05:51 +0700 Subject: [PATCH] docs: theming (#7965) --- docs/en-US/guide/theming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en-US/guide/theming.md b/docs/en-US/guide/theming.md index 0a4bdb6d48..8472ab4c87 100644 --- a/docs/en-US/guide/theming.md +++ b/docs/en-US/guide/theming.md @@ -25,7 +25,7 @@ You can find SCSS variables in [`packages/theme-chalk/src/common/var.scss`](http :::warning -We use sass modules ([sass:map](https://sass-lang.com/documentation/values/maps)...) and `@use` to refactor all SCSS variables. +We use sass modules ([sass:map](https://sass-lang.com/documentation/values/maps)...) and `@use` to refactor all SCSS variables. And by using `@use` to all SCSS variables, it solves the duplicate output problem caused by `@import`. > [Introducing Sass Modules | CSS-TRICKS](https://css-tricks.com/introducing-sass-modules/)