From e9a0de562a2682d19399482526b8b1bbe4b05dd7 Mon Sep 17 00:00:00 2001 From: Damillora Date: Sat, 9 Nov 2019 19:21:16 +0700 Subject: [PATCH] Restore some CSS class missing because of being purged --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 2236452..97474a1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -13,9 +13,9 @@ const purgecss = require('@fullhuman/postcss-purgecss')({ content: [ './**/*.hbs', './assets/**/*.js', + './assets/css/styles.css', // This file defines required styles for the Ghost editor // etc. ], - whitelist: ['li'], // Include any special characters you're using in this regular expression defaultExtractor: content => content.match(/[\w-/:]+(?