UNPKG

quickbuild

Version:

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

13 lines (10 loc) 192 B
import styled from 'styled-components'; const Ul = styled.ul` list-style: none; margin: 0; width: 100%; max-height: 30em; overflow-y: auto; padding: 0 1em; `; export default Ul;