Remove variable
This commit is contained in:
parent
29864ee73c
commit
2d97c17f72
|
@ -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
|
|
||||||
|
|
Reference in a new issue