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 13:26:23 +0300
committerHenk Verlinde <henk@ventizo.com>2022-06-30 13:26:23 +0300
commit239aa56b6884f15be8f328c7175e1ec17c75bb78 (patch)
treee0a02d5e5a605846af52632a025009d6976b7c99
parent7204cfeb31531f56cf35d825d0e14c3290ae58f4 (diff)
config: add img-fluid lazyload blur-up to purgecss safelist
-rw-r--r--config/postcss.config.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/postcss.config.js b/config/postcss.config.js
index 3ab38a9..6dde2ee 100644
--- a/config/postcss.config.js
+++ b/config/postcss.config.js
@@ -23,6 +23,9 @@ module.exports = {
'container-xxl',
'container-fluid',
'offcanvas-backdrop',
+ 'img-fluid',
+ 'lazyload',
+ 'blur-up',
...whitelister([
'./assets/scss/components/_alerts.scss',
'./assets/scss/components/_buttons.scss',