UNPKG

saepequia

Version:

A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps

6 lines (5 loc) 233 B
import { styled } from '../react'; export const T1 = styled.h1`background: #111;`; export const T2 = styled.h2`background: #222;`; export const T3 = styled.h3`${T2} { background: #333; }`; export default styled.p`background: #333;`;