UNPKG

quickbuild

Version:

A mature, feature-complete application generator with an emphasis on speed

12 lines (9 loc) 196 B
import styled from 'styled-components'; const Item = styled.div` display: flex; justify-content: space-between; width: 100%; height: 100%; align-items: center; `; export default Item;