Remove variable

This commit is contained in:
Oliver Davies 2019-02-02 00:04:02 +00:00
parent 29864ee73c
commit 2d97c17f72

View file

@ -21,7 +21,7 @@ var colors = {
'red-dark': '#cc1f1a', 'red-dark': '#cc1f1a',
} }
const config = { module.exports = {
...defaultConfig, ...defaultConfig,
colors: colors, colors: colors,
textColors: colors, textColors: colors,
@ -67,5 +67,3 @@ const config = {
important: true, important: true,
} }
} }
module.exports = config