From e789f92db2eb1666d13f58e53a04fe4bdfb858e7 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 19 Aug 2021 07:58:56 -0400 Subject: [PATCH] remove outdated warning --- docs/getting-started/customizing.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/getting-started/customizing.md b/docs/getting-started/customizing.md index efabfe3b7..a508da324 100644 --- a/docs/getting-started/customizing.md +++ b/docs/getting-started/customizing.md @@ -31,8 +31,6 @@ To customize a design token, simply override it in your stylesheet using a `:roo Many design tokens are described further along in this documentation. For a complete list, refer to `src/themes/light.styles.ts` in the project's [source code](https://github.com/shoelace-style/shoelace/blob/current/src/themes/base.styles.ts). -!> **Never modify variables directly in `src/themes/light.styles.ts`** because your changes will be overwritten when you upgrade Shoelace. Even if you don't plan on upgrading, it's always better to override design tokens in your own stylesheet for better maintainability. - ## Component Parts Whereas design tokens offer a high-level way to customize the library, component parts offer a low-level way to customize individual components. Again, this is done with pure CSS — no preprocessor required.