mirror of
https://github.com/hugomods/docker.git
synced 2025-04-25 12:40:34 +03:00
fix: correct PurgeCSS tests
This commit is contained in:
parent
38b8c47e04
commit
557b50c050
1 changed files with 1 additions and 1 deletions
|
@ -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').default
|
||||
const purgecss = require('/usr/local/lib/node_modules/@fullhuman/postcss-purgecss').purgeCSSPlugin
|
||||
|
||||
module.exports = {
|
||||
plugins: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue