Skip to content

Instantly share code, notes, and snippets.

@phun-ky
Created February 6, 2018 20:48
Show Gist options
  • Save phun-ky/36a42f744ed4ccb43b5cd6c2002e2f95 to your computer and use it in GitHub Desktop.
Save phun-ky/36a42f744ed4ccb43b5cd6c2002e2f95 to your computer and use it in GitHub Desktop.
module.exports = {
plugins: [
require('cssnano')({
preset: [
'advanced',
{
autoprefixer: { add: true },
discardComments: { removeAll: true },
discardDuplicates: true,
discardEmpty: true,
discardOverridden: true,
discardUnused: true,
zindex: false
}
]
})
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment