UNPKG

quickbuild

Version:

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

9 lines (6 loc) 144 B
import styled from 'styled-components'; import NormalA from 'components/A'; const A = styled(NormalA)` padding: 2em 0; `; export default A;