From 6341f6764ed297019b59e84f3306dc18b81c3b07 Mon Sep 17 00:00:00 2001 From: goldentroll Date: Tue, 3 May 2022 16:23:41 -0700 Subject: [PATCH] Theme: Install postcss as peer dependency to fix watcher. See https://github.com/postcss/autoprefixer/issues/1358#issuecomment-693175534 See https://github.com/postcss/autoprefixer/issues/1358#issuecomment-809430066 --- themes/wporg-5ftf/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/wporg-5ftf/package.json b/themes/wporg-5ftf/package.json index dd0a7ff..a1ac44e 100644 --- a/themes/wporg-5ftf/package.json +++ b/themes/wporg-5ftf/package.json @@ -26,6 +26,7 @@ "grunt-sass": "3.1.0", "grunt-sass-globbing": "1.5.1", "node-sass": "5.0.0", - "pixrem": "5.0.0" + "pixrem": "5.0.0", + "postcss": "^8.4.13" } }