From d8e41316673e75c104a1672bea3ed892121a5ace Mon Sep 17 00:00:00 2001 From: xaralis <filip.varecha@fragaria.cz> Date: Wed, 8 Jul 2020 17:41:01 +0200 Subject: [PATCH] Fix icons purged by purgecss --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index d62e87b..2a59c0a 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -43,7 +43,7 @@ const postcssPurgecss = require("@fullhuman/postcss-purgecss")({ /row-span-\d\d?/, // grid spans /(sm|md|lg|xl)(\\:)text-.*/, // /text-*/, - /^ico--[a-z]+\:before$/, // icons + /ico--*/, // icons ], }); -- GitLab