UNPKG

bushido-strap

Version:

a library of styled components with material theme

8 lines (6 loc) 237 B
import { css } from "styled-components"; import { flow, shape } from "../../maps"; export default css` overflow: ${(props) => (props.overflow ? props.overflow : flow)}; clip-path: ${(props) => (props.clip ? props.clip : shape)}; `;