@primer/css 0.0.0-2021111195416 → 0.0.0-2021111195432
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/DEVELOP.md +1 -1
- package/dist/color-modes.css +1 -1
- package/dist/color-modes.css.map +1 -1
- package/dist/meta.json +86 -86
- package/dist/primer.css +1 -1
- package/dist/primer.css.map +1 -1
- package/dist/stats/color-modes.json +1 -1
- package/dist/stats/primer.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
package/DEVELOP.md
CHANGED
|
@@ -46,7 +46,7 @@ All `html` fenced code blocks in `src/**/*.md` will be rendered as stories and l
|
|
|
46
46
|
Primer CSS Storybook is used for designing and prototyping components. Stories are written in HTML and leverage the Storybook API for configuring conditional logic.
|
|
47
47
|
|
|
48
48
|
```sh
|
|
49
|
-
npm storybook
|
|
49
|
+
npm run storybook
|
|
50
50
|
```
|
|
51
51
|
|
|
52
52
|
### The Storybook directory
|