Files @ dadee611a059
Branch filter:

Location: copyleftconf-website-fork/gulp/tasks/cleanup.js - annotation

dadee611a059 175 B application/javascript Show Source Show as Raw Download as Raw
Brett Smith
css: Navbar hover color is a function of the primary color.
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

/**
 * Module body / Expose
 */
module.exports = config => {
  config = config || {};
  return cleanup();
};