Skip to content

Commit

Permalink
fix: πŸ› export CssVars using correc casing
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Oct 3, 2018
1 parent 2f9312e commit b46164f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export * from './Audio';
export * from './context';
export * from './theme';
export * from './route';
export * from './cssvars';
export * from './CssVars';

// UI
export * from './Portal';
Expand Down

1 comment on commit b46164f

@streamich
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build version: 2.1.0-fix-build.87 🀞 fix-build on Travis πŸŽ‰

Please sign in to comment.