UNPKG

sriracha-ui

Version:

A react style library build with styled-components, and material ui theme.

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