Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenk Verlinde <henk@ventizo.com>2022-06-30 15:23:03 +0300
committerHenk Verlinde <henk@ventizo.com>2022-06-30 15:23:03 +0300
commit06642ce056b59a77eb78fb1f108836216dbe504d (patch)
tree96f5689b6c72bcaf9889de88371bbd568c5d223b
parentba16252b2e275b875dcb6ef71c95a96302cc916d (diff)
config: add figure figcaption to purgecss safelist
-rw-r--r--config/postcss.config.js1
1 files changed, 1 insertions, 0 deletions
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',