UNPKG

sriracha-ui

Version:

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

11 lines (8 loc) 239 B
import styled from "styled-components"; import { backgroundBase, appWrapperBase } from "../base"; // root container for the application const AppWrapper = styled.div` ${backgroundBase} ${appWrapperBase} `; export default AppWrapper;