Skip to content

Commit

Permalink
Update postcss config with new syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bluekeyes committed Dec 3, 2024
1 parent 81c3cd6 commit ae95f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const tailwind = require('tailwindcss');
const purgecss = require('@fullhuman/postcss-purgecss');
const purgecss = require('@fullhuman/postcss-purgecss').purgeCSSPlugin;
const cssnano = require('cssnano');

const isProduction = process.env.NODE_ENV === 'production';
Expand Down

0 comments on commit ae95f53

Please sign in to comment.