UNPKG

quickbuild

Version:

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

8 lines (5 loc) 106 B
import styled from 'styled-components'; const H2 = styled.h2` font-size: 1.5em; `; export default H2;