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

github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlh233 <wlh233@live.com>2021-09-11 13:32:54 +0300
committerwlh233 <wlh233@live.com>2021-09-11 13:32:54 +0300
commitc118b46e16e2eaf26cf225d600fcc09421c2d211 (patch)
treedab467ecd0e39858699191f914900c45a2f980fd
parent39192947cc5f06e030c7e9c0f19d9531b509bd5f (diff)
add img to postcss
-rw-r--r--postcss.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/postcss.config.js b/postcss.config.js
index 1d3a844..76aabac 100644
--- a/postcss.config.js
+++ b/postcss.config.js
@@ -6,6 +6,7 @@ module.exports = {
standard: ['highlight',
'pre',
'video',
+ 'img',
'code',
'content',
'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'p',