UNPKG

sriracha-ui

Version:

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

11 lines (8 loc) 189 B
import styled from "styled-components"; import { sizeBase, styleBase, fontBase } from "../base"; const Text = styled.p` ${sizeBase} ${styleBase} ${fontBase} `; export default Text;