Skip to content

Commit

Permalink
remove outdated warning
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Aug 19, 2021
1 parent 9a1f7dd commit e789f92
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/getting-started/customizing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e789f92

Please sign in to comment.