jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
46 lines (43 loc) • 2.63 kB
JavaScript
export { compose, createParser, createStyleFunction, get, system } from '../../@styled-system/core/dist/index.esm.js';
import layout from '../../@styled-system/layout/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';
import flexbox from '../../@styled-system/flexbox/dist/index.esm.js';
export { flexbox } from '../../@styled-system/flexbox/dist/index.esm.js';
import grid from '../../@styled-system/grid/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 width = layout.width,
height = layout.height;
var fontSize = typography.fontSize,
lineHeight = typography.lineHeight,
textAlign = typography.textAlign;
var alignItems = flexbox.alignItems,
justifyItems = flexbox.justifyItems,
justifyContent = flexbox.justifyContent,
justifySelf = flexbox.justifySelf;
var gridGap = grid.gridGap,
gridColumnGap = grid.gridColumnGap,
gridRowGap = grid.gridRowGap,
gridColumn = grid.gridColumn,
gridRow = grid.gridRow,
gridAutoFlow = grid.gridAutoFlow,
gridAutoColumns = grid.gridAutoColumns,
gridAutoRows = grid.gridAutoRows,
gridTemplateColumns = grid.gridTemplateColumns,
gridTemplateRows = grid.gridTemplateRows,
gridTemplateAreas = grid.gridTemplateAreas,
gridArea = grid.gridArea;
var borderWidth = border.borderWidth,
borderStyle = border.borderStyle,
borderColor = border.borderColor,
borderRadius = border.borderRadius;
export { alignItems, borderColor, borderRadius, borderStyle, borderWidth, fontSize, gridArea, gridAutoColumns, gridAutoFlow, gridAutoRows, gridColumn, gridColumnGap, gridGap, gridRow, gridRowGap, gridTemplateAreas, gridTemplateColumns, gridTemplateRows, height, justifyContent, justifyItems, justifySelf, lineHeight, textAlign, width };