From 7d8a08b67bfc6c6ef0ae6ac9f27cefb4b9e2208c Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sat, 23 Mar 2024 15:22:02 -0700 Subject: [PATCH] docs: update guidance on `carbon-preprocess-svelte` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2bbd6d0..c1c33633 100644 --- a/README.md +++ b/README.md @@ -176,8 +176,8 @@ Import components from `carbon-components-svelte` in the `script` tag of your Sv [carbon-preprocess-svelte](https://github.com/carbon-design-system/carbon-preprocess-svelte) is a collection of Svelte preprocessors for Carbon. -> [!NOTE] -> Using `carbon-preprocess-svelte` is optional and not a prerequisite for this library. +> [!INFO] +> Using `carbon-preprocess-svelte` is optional and not a prerequisite to using this library. It's designed for better developer experience in addition to CSS build performance. ```sh # Yarn