From 21c28b8f46bd9b706eac2cbe58a9476c32140f1f Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 6 Feb 2025 08:45:01 +0100 Subject: [PATCH] Minor tweak --- frontend.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend.rst b/frontend.rst index ac7ececabc..404c9ade3a 100644 --- a/frontend.rst +++ b/frontend.rst @@ -58,7 +58,8 @@ be executed by a browser. .. _ux-note-4: -**[4]** Comments from CSS code can be removed with `CssMinimizerPlugin`_, configurable with ``Encore.configureCssMinimizerPlugin()``. +**[4]** CSS comments can be removed using `CssMinimizerPlugin`_, which is included +in Webpack Encore and configurable via ``Encore.configureCssMinimizerPlugin()``. .. _frontend-asset-mapper: