From 824d9e8b595e1c5b15d72cca5b85d997a5d9fd27 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 23 Apr 2025 10:30:47 +0300 Subject: [PATCH] refactor(nx/client): fix CSS comment breaking build --- apps/client/src/stylesheets/bootstrap.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/bootstrap.scss b/apps/client/src/stylesheets/bootstrap.scss index 8f11562cd..0761255ea 100644 --- a/apps/client/src/stylesheets/bootstrap.scss +++ b/apps/client/src/stylesheets/bootstrap.scss @@ -1,2 +1,2 @@ -// Import all of Bootstrap's CSS +/* Import all of Bootstrap's CSS */ @import "bootstrap/scss/bootstrap";