UNPKG

quickbuild

Version:

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

9 lines (6 loc) 129 B
import styled from 'styled-components'; const H1 = styled.h1` font-size: 2em; margin-bottom: 0.25em; `; export default H1;