From 77d913c8d48e9287694e2dadf50e17648429c390 Mon Sep 17 00:00:00 2001 From: Kevin Paxman <kpaxman@uwaterloo.ca> Date: Tue, 1 Oct 2024 09:17:29 -0400 Subject: [PATCH] EXPHR: make it so container queries don't vanish during CSS minification --- php8fix-package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/php8fix-package.json b/php8fix-package.json index 5de944e0..22641470 100644 --- a/php8fix-package.json +++ b/php8fix-package.json @@ -46,6 +46,7 @@ "@pattern-lab/plugin-tab": "6.0.0", "@pattern-lab/uikit-workshop": "6.0.3", "browser-sync": "2.29.3", + "clean-css": "5.3.3", "del": "^6.0.0", "generator-ohana": "^1.0.2", "gulp": "^4.0.2", @@ -67,6 +68,9 @@ "stylelint-scss": "^3.21.0", "yo": "^4.3.1" }, + "overrides": { + "clean-css": "$clean-css" + }, "resolutions": { "@basalt/twig-renderer": "2.1.1" }, -- GitLab