From add97fe2c0062682514e0af5fcf6bdffb27a01b8 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Tue, 10 Dec 2024 22:53:40 +0000 Subject: [PATCH] Update layouts/partials/head-css.html --- layouts/partials/head-css.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/layouts/partials/head-css.html b/layouts/partials/head-css.html index b308ca7ca..56ab1a1cc 100644 --- a/layouts/partials/head-css.html +++ b/layouts/partials/head-css.html @@ -1,7 +1,8 @@ {{- /* - A modified version of the head-css.html partial of Docsy, that allows - post-processing of the generated CSS to remove unused selectors. + A modified version of the head-css.html partial of Docsy, that adds a call to + `resources.PostProcess`, allowing post-processing of the generated CSS to + remove unused selectors. */ -}}