Skip to content

Commit 3b3353f

Browse files
timneutkensrauchg
authored andcommitted
Revert "Dont' override glamor methods, use a new object instead (#754)" (#755)
This reverts commit 8651662.
1 parent 8651662 commit 3b3353f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/css.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import { deprecated } from './utils'
2-
import glamor from 'glamor'
3-
4-
const css = Object.assign({}, glamor)
2+
const css = require('glamor')
53

64
for (const [k, v] of Object.entries(css)) {
75
if (typeof v === 'function') {

0 commit comments

Comments
 (0)