1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Revert "Dont' override glamor methods, use a new object instead (#754)" (#755)

This reverts commit 86516629cf.
This commit is contained in:
Tim Neutkens 2017-01-12 23:52:19 +01:00 committed by Guillermo Rauch
parent 86516629cf
commit 3b3353f821

View file

@ -1,7 +1,5 @@
import { deprecated } from './utils'
import glamor from 'glamor'
const css = Object.assign({}, glamor)
const css = require('glamor')
for (const [k, v] of Object.entries(css)) {
if (typeof v === 'function') {