UNPKG

bushido-strap

Version:

a library of styled components with material theme

17 lines (14 loc) 264 B
import styled from "styled-components"; import { heroBackgroundBase, sizeBase, heroStyleBase, flexColumnBase, } from "../base"; const Hero = styled.div` ${flexColumnBase} ${heroBackgroundBase} ${heroStyleBase} ${sizeBase} `; export default Hero;