UNPKG

quickbuild

Version:

A mature, feature-complete application generator with an emphasis on speed

12 lines (8 loc) 163 B
import styled from 'styled-components'; const Section = styled.section` margin: 3em auto; &:first-child { margin-top: 0; } `; export default Section;