Skip to content
Snippets Groups Projects
Commit d8e41316 authored by xaralis's avatar xaralis
Browse files

Fix icons purged by purgecss

parent 7cf88380
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ const postcssPurgecss = require("@fullhuman/postcss-purgecss")({ ...@@ -43,7 +43,7 @@ const postcssPurgecss = require("@fullhuman/postcss-purgecss")({
/row-span-\d\d?/, // grid spans /row-span-\d\d?/, // grid spans
/(sm|md|lg|xl)(\\:)text-.*/, /(sm|md|lg|xl)(\\:)text-.*/,
// /text-*/, // /text-*/,
/^ico--[a-z]+\:before$/, // icons /ico--*/, // icons
], ],
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment