UNPKG

tachyons-generator

Version:

Generate a custom Tachyons build with a json configuration

11 lines (8 loc) 209 B
const React = require('react') const e = React.createElement const { HtmlSectionCx: { wrap } } = require('../style') module.exports = children => e('div', { className: wrap, key: 'html' }, children)