Skip to content

Commit

Permalink
fix css-custom-config example
Browse files Browse the repository at this point in the history
  • Loading branch information
lucleray committed Nov 5, 2018
1 parent 794c905 commit ae714f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/css-custom-config/next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const withCss = require('@zeit/next-css')
const withPurgeCss = require('../../index')
const withPurgeCss = require('next-purgecss')

module.exports = withCss(
withPurgeCss({
Expand Down

0 comments on commit ae714f0

Please sign in to comment.