We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8651662 commit 3b3353fCopy full SHA for 3b3353f
lib/css.js
@@ -1,7 +1,5 @@
1
import { deprecated } from './utils'
2
-import glamor from 'glamor'
3
-
4
-const css = Object.assign({}, glamor)
+const css = require('glamor')
5
6
for (const [k, v] of Object.entries(css)) {
7
if (typeof v === 'function') {
0 commit comments