mirror of
https://github.com/hugomods/docker.git
synced 2025-04-25 20:51:18 +03:00
fix: correct PurgeCSS tests [build] (#109)
This commit is contained in:
parent
795da0cc42
commit
38b8c47e04
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')
|
||||
const purgecss = require('/usr/local/lib/node_modules/@fullhuman/postcss-purgecss').default
|
||||
|
||||
module.exports = {
|
||||
plugins: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue