Skip to content

Commit

Permalink
fix(stylesheet): restore css export (patternfly#593)
Browse files Browse the repository at this point in the history
affects: react-styles

Fixes patternfly#584
  • Loading branch information
dlabrecq authored and jeff-phillips-18 committed Sep 4, 2018
1 parent 80c2b83 commit 421f9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/patternfly-4/react-styles/src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { StyleSheet, StyleSheetStatic, StyleSheetValueStatic } from './StyleSheet';
export { css, StyleSheet, StyleSheetStatic, StyleSheetValueStatic } from './StyleSheet';
export {
isValidStyleDeclaration,
StyleDeclarationStatic,
Expand Down

0 comments on commit 421f9b6

Please sign in to comment.