UNPKG

plopfile-generate

Version:

Installation:

12 lines (10 loc) 213 B
import styled from 'styled-components'; export const ImgWrapper = styled('img')` margin: 5px; width: 100%; height: 100%; max-width: 400px; min-width: 150px; max-height: 400px; min-height: 150px; `;