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

Do not purge head-* classes

parent 4ba61cd0
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ module.exports = { ...@@ -24,6 +24,7 @@ module.exports = {
/^((sm|md|lg|xl)\:)?col-span-*/, /^((sm|md|lg|xl)\:)?col-span-*/,
/^((sm|md|lg|xl)\:)?row-span-*/, /^((sm|md|lg|xl)\:)?row-span-*/,
/^((sm|md|lg|xl)\:)?grid-flow-*/, // grid flow /^((sm|md|lg|xl)\:)?grid-flow-*/, // grid flow
/^((sm|md|lg|xl)\:)?head-*/,
/^text-*/, /^text-*/,
/^max-w-*/, // maximum width /^max-w-*/, // maximum width
/ico--*/, // icons /ico--*/, // icons
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment