From 58376d897315565508d3b4c016906d51ec64491e Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 22 Jul 2020 17:20:45 -0400 Subject: [PATCH] Update master branch to current --- CONTRIBUTING.md | 2 +- docs/getting-started/customizing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 15062320..f771e0ad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,7 +50,7 @@ The author reserves the right to reject any PR that's outside the scope of the p ### Branches -`master` - This branch reflects the latest release and powers [shoelace.style](https://shoelace.style/). +`current` - This branch reflects the latest release and powers [shoelace.style](https://shoelace.style/). `next` - This branch is where pull requests will land. It reflects what's coming in the _next_ release, which can be previewed at [next.shoelace.style](https://next.shoelace.style/). diff --git a/docs/getting-started/customizing.md b/docs/getting-started/customizing.md index 9866cb43..74d7a53c 100644 --- a/docs/getting-started/customizing.md +++ b/docs/getting-started/customizing.md @@ -20,7 +20,7 @@ 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 `shoelace.scss` in the project's [source code](https://github.com/shoelace-style/shoelace/blob/master/src/styles/shoelace.scss). +Many design tokens are described further along in this documentation. For a complete list, refer to `shoelace.scss` in the project's [source code](https://github.com/shoelace-style/shoelace/blob/current/src/styles/shoelace.scss). !> **Never modify variables directly in `shoelace.css`** because your changes will be overwritten when you upgrade the library. Even if you don't plan on upgrading, it's always better to override design tokens in your own stylesheet for better maintainability.