UNPKG

quickbuild

Version:

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

10 lines (7 loc) 151 B
import styled from 'styled-components'; const Wrapper = styled.div` width: 100%; text-align: center; margin: 4em 0; `; export default Wrapper;