UNPKG

bushido-strap

Version:

a library of styled components with material theme

11 lines (8 loc) 204 B
import styled from "styled-components"; import { flexColumnBase, sizeBase, styleBase } from "../base"; const Form = styled.form` ${flexColumnBase} ${sizeBase} ${styleBase} `; export default Form;