mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
This reverts commit 86516629cf
.
This commit is contained in:
parent
86516629cf
commit
3b3353f821
|
@ -1,7 +1,5 @@
|
||||||
import { deprecated } from './utils'
|
import { deprecated } from './utils'
|
||||||
import glamor from 'glamor'
|
const css = require('glamor')
|
||||||
|
|
||||||
const css = Object.assign({}, glamor)
|
|
||||||
|
|
||||||
for (const [k, v] of Object.entries(css)) {
|
for (const [k, v] of Object.entries(css)) {
|
||||||
if (typeof v === 'function') {
|
if (typeof v === 'function') {
|
||||||
|
|
Loading…
Reference in a new issue