Commit
Author: Adam Argyle [argyle@google.com]
Hash: 26d28c956e876c139a26264d2735f05b2f8e2b39
Timestamp: Wed, 08 Dec 2021 00:03:32 +0000 (3 years ago)

+4 -2 +/-2 browse
fixes #110
1diff --git a/docsite/index.html b/docsite/index.html
2index c068187..8eb147d 100644
3--- a/docsite/index.html
4+++ b/docsite/index.html
5 @@ -587,7 +587,7 @@
6 <div class="contain-pre">
7 <header>
8 <h4>CDN</h4>
9- <p>No installation required.</p>
10+ <p>No installation required. <a href="https://unpkg.com/browse/open-props@latest/">View all.</a></p>
11 </header>
12
13 <details class="started-details">
14 diff --git a/readme.md b/readme.md
15index 3a818e0..5b3ebb4 100644
16--- a/readme.md
17+++ b/readme.md
18 @@ -17,7 +17,9 @@
19
20 #### CDN
21 - [https://unpkg.com/open-props](https://unpkg.com/open-props)
22- - [https://unpkg.com/open-props/open-props.tokens.json](https://unpkg.com/open-props/open-props.tokens.json)
23+ - [https://unpkg.com/open-props/normalize.min.css](https://unpkg.com/open-props/normalize.min.css) - Normalize (light + dark)
24+ - [https://unpkg.com/open-props/open-props.tokens.json](https://unpkg.com/open-props/open-props.tokens.json) - Design Tokens
25+ - [https://unpkg.com/browse/open-props@latest](https://unpkg.com/browse/open-props@latest) - Full CDN list
26
27 #### CLI
28 - `npm run gen:op` - runs through `src/` js files and creates the PostCSS files in `src/`