From c118b46e16e2eaf26cf225d600fcc09421c2d211 Mon Sep 17 00:00:00 2001 From: wlh233 Date: Sat, 11 Sep 2021 18:32:54 +0800 Subject: add img to postcss --- postcss.config.js | 1 + 1 file changed, 1 insertion(+) 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', -- cgit v1.2.3