UNPKG

quickbuild

Version:

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

9 lines (6 loc) 173 B
import styled from 'styled-components'; import Section from './Section'; const CenteredSection = styled(Section)` text-align: center; `; export default CenteredSection;