diff --git a/front/src/style/themes/_dark.scss b/front/src/style/themes/_dark.scss
index fbf3ca99dc69ead2dc3c29444ff6af1a2b1e8f0d..56bd244ee7f6980d9764c71097043056bd8b70a0 100644
--- a/front/src/style/themes/_dark.scss
+++ b/front/src/style/themes/_dark.scss
@@ -1,3 +1,5 @@
+/* purgecss start ignore */
+
 $background-color: rgb(43, 58, 66);
 $button-hover-color: rgb(33, 48, 56);
 $light-background-color: rgb(51, 71, 82);
@@ -271,3 +273,5 @@ $link-color: rgb(255, 144, 0);
     }
   }
 }
+
+/* purgecss end ignore */