UNPKG

quickbuild

Version:

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

10 lines (7 loc) 173 B
import styled from 'styled-components'; const Select = styled.select` line-height: 1em; background-color: transparent; border-style: none; `; export default Select;