UNPKG

quickbuild

Version:

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

12 lines (8 loc) 188 B
import styled from 'styled-components'; import NormalImg from 'components/Img'; const Img = styled(NormalImg)` width: 100%; margin: 0 auto; display: block; `; export default Img;