feat: Color Theme live preview

This commit is contained in:
NGPixel
2017-07-02 12:51:39 -04:00
committed by Nicolas Giard
parent 06b49e037b
commit fc42fd21e5
11 changed files with 71 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
'use strict'
const helpers = {
_: require('./lodash'),
common: require('./common'),
form: require('./form'),
pages: require('./pages')

View File

@@ -27,6 +27,7 @@ import reject from 'lodash/reject'
import slice from 'lodash/slice'
import split from 'lodash/split'
import startCase from 'lodash/startCase'
import startsWith from 'lodash/startsWith'
import toString from 'lodash/toString'
import toUpper from 'lodash/toUpper'
import trim from 'lodash/trim'
@@ -35,7 +36,7 @@ import trim from 'lodash/trim'
// Build lodash object
// ====================================
export default {
module.exports = {
deburr,
concat,
cloneDeep,
@@ -59,6 +60,7 @@ export default {
slice,
split,
startCase,
startsWith,
toString,
toUpper,
trim