UNPKG

bushido-strap

Version:

a library of styled components with material 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;