(styles = {})
| 16 | defaultValues:{direction:'column',gap:'8px'}} |
| 17 | |
| 18 | export const getStackStyle = (styles = {}) => { |
| 19 | const _styles = getPatternStyles(stackConfig, styles) |
| 20 | return stackConfig.transform(_styles, patternFns) |
| 21 | } |
| 22 | |
| 23 | export const stack = (styles) => css(getStackStyle(styles)) |
| 24 | stack.raw = getStackStyle |
no test coverage detected