From c66ab852c4b8d463a0a5433be1b63c516894d949 Mon Sep 17 00:00:00 2001 From: Rizwan Mustafa Date: Sun, 3 Apr 2022 18:34:41 +0500 Subject: [PATCH] Fixed styles not showing up (#2799) * Fixed styles not showing up * Removed unused css file --- frontend/static/email-handler.html | 4 +++- frontend/static/privacy-policy.html | 4 +++- frontend/static/security-policy.html | 4 +++- frontend/static/terms-of-service.html | 4 +++- frontend/webpack/config.base.js | 22 +++++++++++++++++++++- 5 files changed, 33 insertions(+), 5 deletions(-) diff --git a/frontend/static/email-handler.html b/frontend/static/email-handler.html index 03aa95c33..5ea001b9f 100644 --- a/frontend/static/email-handler.html +++ b/frontend/static/email-handler.html @@ -6,7 +6,6 @@ Email Handler | Monkeytype - @@ -18,6 +17,9 @@ crossorigin="anonymous" referrerpolicy="no-referrer" /> + <% for (var css in htmlWebpackPlugin.files.css) { %> + + <% } %> Privacy Policy | Monkeytype - + <% for (var css in htmlWebpackPlugin.files.css) { %> + + <% } %> Security Policy | Monkeytype - + <% for (var css in htmlWebpackPlugin.files.css) { %> + + <% } %> Terms of Service | Monkeytype - + <% for (var css in htmlWebpackPlugin.files.css) { %> + + <% } %>