From 5987fa9b7ac91b5e85475cd8ebdcc0c21be9c780 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Mon, 14 Sep 2020 00:14:58 -0700 Subject: [PATCH] composer.json - Add scssphp, php-autoprefixer, and compile-plugin --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5818b6c6c2..39299630d4 100644 --- a/composer.json +++ b/composer.json @@ -79,7 +79,10 @@ "brick/money": "~0.4", "ext-intl": "*", "pear/mail_mime": "~1.10", - "pear/db": "1.10" + "pear/db": "1.10", + "scssphp/scssphp": "~1.2", + "padaliyajay/php-autoprefixer": "~1.2", + "civicrm/composer-compile-plugin": "~0.5" }, "scripts": { "post-install-cmd": [ -- 2.25.1