UNPKG

bushido-strap

Version:

a library of styled components with material theme

19 lines (16 loc) 260 B
import styled from "styled-components"; import { sizeBase, styleBase, imageBase, flexRowBase, shapeBase, } from "../base"; const Flex = styled.div` ${flexRowBase} ${sizeBase} ${styleBase} ${imageBase} ${shapeBase} `; export default Flex;