UNPKG

plopfile-generate

Version:

Installation:

10 lines (8 loc) 178 B
import styled from 'styled-components'; export const PlaceholderWrapper = styled.div` display: flex; align-items: center; .txtPlaceholder { margin-right: 10px; } `;