UNPKG

bushido-strap

Version:

a library of styled components with material theme

12 lines (9 loc) 217 B
import styled from "styled-components"; import { sizeBase, styleBase, imageBase, shapeBase } from "../base"; const Box = styled.div` ${sizeBase} ${styleBase} ${imageBase} ${shapeBase} `; export default Box;