UNPKG

styled-components

Version:

**This is a work in progress** based off of [this demo](https://github.com/geelen/css-components-demo).

7 lines (5 loc) 160 B
import Stringifier from './stringifier'; export default function stringify(node, builder) { let str = new Stringifier(builder); str.stringify(node); }