diff --git a/lib/css.js b/lib/css.js index b309ebb4..04dfe5ad 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') {