Remove everything left from Rebass

This commit is contained in:
Lukas Martinelli
2016-12-21 14:46:51 +01:00
parent 684e0d9dd0
commit 1fda430794
13 changed files with 48 additions and 287 deletions

View File

@@ -9,7 +9,6 @@ import ColorField from './ColorField'
import StringField from './StringField'
import input from '../../config/input.js'
import theme from '../../config/rebass.js'
function labelFromFieldName(fieldName) {
let label = fieldName.split('-').slice(1).join(' ')