Commit
Author: Adam Argyle [argyle@google.com]
Committer: GitHub [noreply@github.com] Thu, 11 Nov 2021 06:03:35 +0000
Hash: bf30af5a1a4a2e9f0f94d11a94ee3d7432dd06d7
Timestamp: Thu, 11 Nov 2021 06:03:35 +0000 (3 years ago)

+6 -0 +/-1 browse
mention cli commands
1diff --git a/readme.md b/readme.md
2index 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