UNPKG

tachyons-generator

Version:

Generate a custom Tachyons build with a json configuration

14 lines (10 loc) 226 B
const React = require('react') const e = React.createElement const { BodyCx: { body } } = require('../style') const className = `${body} sans-serif` module.exports = children => e('body', { className }, children)