Skip to content

Commit

Permalink
feat: re-export everything from @xstyled/system
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Nov 13, 2019
1 parent c20345b commit a2b6fc8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"dependencies": {
"@babel/runtime": "^7.7.2",
"@xstyled/core": "^1.14.0",
"@xstyled/system": "^1.14.0",
"@xstyled/util": "^1.14.0"
}
}
1 change: 1 addition & 0 deletions packages/emotion/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ export {
} from '@emotion/core'
export { ThemeProvider, withTheme, useTheme } from 'emotion-theming'
export * from './breakpoints'
export * from '@xstyled/system'
1 change: 1 addition & 0 deletions packages/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"dependencies": {
"@babel/runtime": "^7.7.2",
"@xstyled/core": "^1.14.0",
"@xstyled/system": "^1.14.0",
"@xstyled/util": "^1.14.0"
}
}
1 change: 1 addition & 0 deletions packages/styled-components/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ export { Box, styled as default } from './styled'
export * from './colorModes'
export * from './theme'
export * from './breakpoints'
export * from '@xstyled/system'

0 comments on commit a2b6fc8

Please sign in to comment.