Skip to content

Commit

Permalink
fix: correct PurgeCSS tests [build] (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang authored Nov 23, 2024
1 parent 795da0c commit 38b8c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/postcss/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const autoprefixer = require('/usr/local/lib/node_modules/autoprefixer')
const rtlcss = require('/usr/local/lib/node_modules/rtlcss')
const purgecss = require('/usr/local/lib/node_modules/@fullhuman/postcss-purgecss')
const purgecss = require('/usr/local/lib/node_modules/@fullhuman/postcss-purgecss').default

module.exports = {
plugins: [
Expand Down

0 comments on commit 38b8c47

Please sign in to comment.