From 204ad22ec8bb62a3548978301d1b57a70f583919 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Mon, 31 May 2021 08:57:45 -0400 Subject: [PATCH] Pin PurgeCSS to ^3 for compat build --- package.postcss7.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.postcss7.json b/package.postcss7.json index 7d995bc05916..99327f9062e7 100644 --- a/package.postcss7.json +++ b/package.postcss7.json @@ -1,5 +1,6 @@ { "dependencies": { + "@fullhuman/postcss-purgecss": "^3.1.3", "autoprefixer": "^9", "postcss": "^7", "postcss-functions": "^3",