UNPKG

plopfile-generate

Version:

Installation:

9 lines (7 loc) 164 B
import styled from 'styled-components'; export const GroupWrapper = styled('span')` width: 100%; display: flex; align-items: end; justify-content: end; `;