Files @ 2fbc85db8e1b
Branch filter:

Location: CopyleftConf/copyleftconf-website/gulp/tasks/cleanup.js

Christopher Neugebauer
Increases margin on tight-headings so that there isn’t interaction between two adjacent H1/H2 blocks
/**
 * Dependencies
 */
const cleanup = require('gulp-cleanup');

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