From 06642ce056b59a77eb78fb1f108836216dbe504d Mon Sep 17 00:00:00 2001 From: Henk Verlinde Date: Thu, 30 Jun 2022 14:23:03 +0200 Subject: [PATCH] config: add figure figcaption to purgecss safelist --- config/postcss.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config/postcss.config.js b/config/postcss.config.js index 6dde2ee..027491b 100644 --- a/config/postcss.config.js +++ b/config/postcss.config.js @@ -26,6 +26,7 @@ module.exports = { 'img-fluid', 'lazyload', 'blur-up', + 'figure figcaption', ...whitelister([ './assets/scss/components/_alerts.scss', './assets/scss/components/_buttons.scss',