Update master branch to current

pull/136/head
Cory LaViska 2020-07-22 17:20:45 -04:00
rodzic 27cf48849c
commit 58376d8973
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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/).

Wyświetl plik

@ -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.