migrate core to emotion

This commit is contained in:
Shawn Erquhart
2018-07-06 18:56:28 -04:00
parent 768fcbaa1d
commit 4931711892
114 changed files with 3414 additions and 78296 deletions

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,8 @@
"netlify-cms"
],
"scripts": {
"build": "parcel build src --out-dir ."
"watch": "parcel watch src/*.js --out-dir . --no-cache",
"build": "parcel build src/*.js --out-dir . --no-cache"
},
"dependencies": {
"immutable": "^3.7.6",