From 3b3353f821988023e399975ee6ce50411a1f42a7 Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Thu, 12 Jan 2017 23:52:19 +0100 Subject: [PATCH] Revert "Dont' override glamor methods, use a new object instead (#754)" (#755) This reverts commit 86516629cf95c482336b77ad5e13151e19b34832. --- lib/css.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/css.js b/lib/css.js index b309ebb4d836b..04dfe5ad32ab1 100644 --- a/lib/css.js +++ b/lib/css.js @@ -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') {