Use CommonJS format for default config

...so people can copy and paste it.
This commit is contained in:
Adam Wathan 2017-10-13 14:44:40 -04:00
parent 09a56e794f
commit 5616a9919c

View File

@ -1,4 +1,4 @@
const colors = {
var colors = {
'black': '#000000',
'grey-900': '#212b35',
'grey-800': '#404e5c',
@ -47,8 +47,8 @@ const colors = {
'pink-lightest': '#fdf2f5',
}
export default {
colors,
module.exports = {
colors: colors,
screens: {
sm: '576px',
md: '768px',