UNPKG

jobiqo-cl

Version:

[![CircleCI](https://circleci.com/gh/jobiqo/jobiqo-cl.svg?style=svg&circle-token=5a24efa5b8bbc4879276123e77d0d3f35ca7144c)](https://circleci.com/gh/jobiqo/jobiqo-cl)

24 lines (21 loc) 1.46 kB
export { compose, createParser, createStyleFunction, get, system } from '../../@styled-system/core/dist/index.esm.js'; export { layout } from '../../@styled-system/layout/dist/index.esm.js'; export { color } from '../../@styled-system/color/dist/index.esm.js'; import typography from '../../@styled-system/typography/dist/index.esm.js'; export { typography } from '../../@styled-system/typography/dist/index.esm.js'; export { flexbox } from '../../@styled-system/flexbox/dist/index.esm.js'; export { grid } from '../../@styled-system/grid/dist/index.esm.js'; import border from '../../@styled-system/border/dist/index.esm.js'; export { border, default as borders } from '../../@styled-system/border/dist/index.esm.js'; export { background } from '../../@styled-system/background/dist/index.esm.js'; export { position } from '../../@styled-system/position/dist/index.esm.js'; export { margin, padding, space } from '../../@styled-system/space/dist/index.esm.js'; export { shadow } from '../../@styled-system/shadow/dist/index.esm.js'; export { buttonStyle, colorStyle, textStyle, variant } from '../../@styled-system/variant/dist/index.esm.js'; var fontSize = typography.fontSize, lineHeight = typography.lineHeight; var borderWidth = border.borderWidth, borderStyle = border.borderStyle, borderColor = border.borderColor, borderRadius = border.borderRadius; export { borderColor, borderRadius, borderStyle, borderWidth, fontSize, lineHeight };