UNPKG

glamor-tachyons

Version:

A tool for using Tacyhons with glamor or other css-in-js libraries

12 lines (9 loc) 281 B
'use strict' var reset = require('../tachyons/reset') // TODO: glamor/reset has an out of date normalize version compared to Tachyons, // so we need to add it to the global module.exports = function (glamor) { reset.forEach(function (rule) { glamor.insertRule(rule) }) }