Skip to content

Commit 8906cda

Browse files
authoredJul 29, 2019
fix: prevent invalid (NaN) styles from being set (#26)
* chore: improve ‘design’ mode * fix: handle arrow props being NaN
1 parent 6610844 commit 8906cda

File tree

11 files changed

+933
-64
lines changed

11 files changed

+933
-64
lines changed
 

‎README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,13 @@ updateCue | undefined | A prop that indicates that the tooltip's position should
3636
```sh
3737
# watches JS and SCSS for changes and compiles
3838
# runs tests for associated
39-
npm start
39+
npm run watch
4040

4141
# run all tests
4242
npm test
43+
44+
# creates a demo page at http:localhost:8888/design.html for design purposes
45+
npm run design
4346
```
4447

4548
## Changelog

‎cypress/fixtures/example.json

-5
This file was deleted.

‎cypress/integration/design.js

-5
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.