Commit
+6 -0 +/-1 browse
1 | diff --git a/readme.md b/readme.md |
2 | index 9132ac4..7f8850a 100644 |
3 | --- a/readme.md |
4 | +++ b/readme.md |
5 | @@ -4,3 +4,9 @@ |
6 | > Grab n' go CSS custom properties |
7 | |
8 | 👉 [Discord](https://discord.gg/AqA4fU886r) |
9 | + |
10 | + #### CLI |
11 | + - `npm run gen:op` - runs through `src/` js files and creates the PostCSS files in `src/` |
12 | + - `npm run gen:nowhere` - creates a version of Open Props without the use of `:where()` |
13 | + - `npm run gen:prefixed` - creates a version of Open Props with each prop prefixed with `op`, like `--op-font-size-1` |
14 | + - `npm run bundle` - creates all the various minified bundles of props |