Commit
+9 -0 +/-1 browse
1 | diff --git a/readme.md b/readme.md |
2 | index 020205e..260742c 100644 |
3 | --- a/readme.md |
4 | +++ b/readme.md |
5 | @@ -26,6 +26,15 @@ |
6 | - [https://unpkg.com/open-props/open-props.figma-tokens.sync.json](https://unpkg.com/open-props/open-props.figma-tokens.sync.json) - Figma Design Tokens |
7 | - [https://unpkg.com/open-props/open-props.style-dictionary-tokens.json](https://unpkg.com/open-props/open-props.style-dictionary-tokens.json) - Style Dictionary Tokens |
8 | |
9 | + #### Bookmarklet |
10 | + |
11 | + ```js |
12 | + javascript: (() => { |
13 | + const href = "https://unpkg.com/open-props"; |
14 | + document.head.append(Object.assign(document.createElement("link"),{rel:"stylesheet",href})); |
15 | + })(); |
16 | + ``` |
17 | + |
18 | #### CLI |
19 | - `npm run gen:op` - runs through `src/` js files and creates the PostCSS files in `src/` |
20 | - `npm run gen:nowhere` - creates a version of Open Props without the use of `:where()` |