UNPKG

quickbuild

Version:

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

17 lines (13 loc) 263 B
import styled from 'styled-components'; const Wrapper = styled.li` width: 100%; height: 3em; display: flex; align-items: center; position: relative; border-top: 1px solid #eee; &:first-child { border-top: none; } `; export default Wrapper;