From 370ca286399c55192ec07490f403d0e5805ed1b0 Mon Sep 17 00:00:00 2001 From: blame2020 <77281029+blame2020@users.noreply.github.com> Date: Tue, 20 Sep 2022 01:39:53 +0900 Subject: [PATCH] docs: SCSS instructions should link to v10 (#1489) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c862eda..562c7660 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ This is best suited for rapid prototyping. The most performant method to load styles is to import SCSS directly from carbon-components. Although it requires more set up, you can reduce the size of the bundle CSS by importing individual component styles instead of a pre-compiled CSS StyleSheet. -Refer to the [official Carbon guide on SASS](https://github.com/carbon-design-system/carbon/blob/main/docs/guides/sass.md) for documentation. +Refer to the [official Carbon guide on SASS](https://github.com/carbon-design-system/carbon/blob/v10/docs/guides/sass.md) for documentation. ### Dynamic theming