Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
feat: expose cx & keyframes from emotion
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Oct 17, 2018
1 parent a94a9cd commit c226981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/shared/core/styled-engine/emotion.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { css as emotionCss, injectGlobal } from 'emotion'
import { css as emotionCss, injectGlobal, keyframes, cx } from 'emotion'
import emotionStyled from 'react-emotion'
import {
withTheme as emotionWithTheme,
Expand Down Expand Up @@ -76,4 +76,4 @@ function wrapStyled(styled) {
const styled = wrapStyled(emotionStyled)

export default styled
export { css, injectGlobal, ThemeProvider }
export { css, injectGlobal, ThemeProvider, keyframes, cx }

0 comments on commit c226981

Please sign in to comment.