UNPKG

bushido-strap

Version:

a library of styled components with material theme

13 lines (10 loc) 243 B
import styled from "styled-components"; import { sizeBase, styleBase, imageBase, shapeBase, fontBase } from "../base"; const Text = styled.div` ${sizeBase} ${styleBase} ${imageBase} ${shapeBase} ${fontBase} `; export default Text;