Skip to content

Commit

Permalink
fix(emotion): add missing createCss (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
iktakahiro committed Apr 15, 2022
1 parent 8cedfe0 commit f5eaa07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/emotion/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export * from './breakpoints'
export * from './theme'
export * from './preflight'
export * from '@xstyled/system'
export * from './create'

// Create and export default system
import { system } from '@xstyled/system'
Expand Down

0 comments on commit f5eaa07

Please sign in to comment.