UNPKG

bushido-strap

Version:

a library of styled components with material theme

10 lines (7 loc) 197 B
import styled from "styled-components"; import { flexColumnBase, wrapperSizeBase } from "../base"; const Wrapper = styled.div` ${flexColumnBase} ${wrapperSizeBase} `; export default Wrapper;