Skip to content

Commit

Permalink
fix: prevent invalid (NaN) styles from being set (#26)
Browse files Browse the repository at this point in the history
* chore: improve ‘design’ mode

* fix: handle arrow props being NaN
  • Loading branch information
chrisbreiding committed Jul 29, 2019
1 parent 6610844 commit 8906cda
Show file tree
Hide file tree
Showing 11 changed files with 933 additions and 64 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,13 @@ updateCue | undefined | A prop that indicates that the tooltip's position should
```sh
# watches JS and SCSS for changes and compiles
# runs tests for associated
npm start
npm run watch

# run all tests
npm test

# creates a demo page at http:localhost:8888/design.html for design purposes
npm run design
```

## Changelog
Expand Down
5 changes: 0 additions & 5 deletions cypress/fixtures/example.json

This file was deleted.

5 changes: 0 additions & 5 deletions cypress/integration/design.js

This file was deleted.

0 comments on commit 8906cda

Please sign in to comment.