UNPKG

plopfile-generate

Version:

Installation:

7 lines (5 loc) 136 B
import styled from 'styled-components'; import { Card } from 'antd'; export const CardWrapper = styled(Card)` border-bottom: 0px; `;