Generate a harmonious color scheme for each block

This commit is contained in:
Joshua Seigler 2019-04-04 18:21:19 -04:00
parent 5270f47401
commit b2eb5dfc7c
5 changed files with 1436 additions and 16 deletions

View file

@ -4,6 +4,12 @@ module.exports = {
stylesheets: {joinTo: 'bundle.css'},
},
plugins: {
babel: {
presets: ['@babel/preset-env'],
ignore: [
/^node_modules/
]
},
browserSync: {
port: 3334,
logLevel: "debug"