Migrate styling to styled-jsx (#2761)

Fixes #2737
This commit is contained in:
Timothy 2018-03-17 12:51:36 +00:00 committed by CHaBou
parent cf7347fd3c
commit 20173f0e86
15 changed files with 648 additions and 695 deletions

View file

@ -93,6 +93,14 @@
"presets": [
"react"
],
"plugins": [
[
"styled-jsx/babel",
{
"vendorPrefixes": false
}
]
],
"env": {
"production": {
"plugins": [
@ -185,7 +193,6 @@
"email": "team@zeit.co"
},
"dependencies": {
"aphrodite-simple": "0.4.1",
"args": "3.0.8",
"chalk": "2.3.0",
"color": "2.0.1",
@ -211,6 +218,8 @@
"seamless-immutable": "7.1.2",
"semver": "5.4.1",
"shebang-loader": "0.0.1",
"styled-jsx": "2.2.6",
"stylis": "3.5.0",
"uuid": "3.1.0",
"xterm": "chabou/xterm.js#b9dac85"
},