From 96ea0ccd103f34ea941c3b9c54f578b47bd95d38 Mon Sep 17 00:00:00 2001 From: Carl Johnson Date: Mon, 1 Jun 2020 09:55:59 -0400 Subject: [PATCH] PurgeCSS: I'm begging you to leave the tables alone! --- assets/css/main.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/css/main.scss b/assets/css/main.scss index abeb22ea6..2e8f13c33 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -537,3 +537,8 @@ $margin-sizes: ( opacity: 0; transform: translate(-2em, 0); } + +// PurgeCSS hates tables! +/*! purgecss start ignore */ +@import "sass/elements/table.sass" +/*! purgecss end ignore */