UNPKG

plopfile-generate

Version:

Installation:

9 lines (7 loc) 191 B
import styled from 'styled-components'; export const TitleWrapper = styled('h3')` color: ${props => props.theme.text}; line-height: 25px; margin-bottom: 5px; padding-right: 10px; `;