From 553725048548535bc310abe62927b27ba4d5fe2c Mon Sep 17 00:00:00 2001 From: monteri Date: Thu, 31 Aug 2023 12:15:40 +0300 Subject: [PATCH] fix: skeleton.css fix --- styles/css/core/index.css | 1 + styles/scss/core/core.scss | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/styles/css/core/index.css b/styles/css/core/index.css index 4a993a982b..f059963488 100644 --- a/styles/css/core/index.css +++ b/styles/css/core/index.css @@ -1,2 +1,3 @@ +@import "~react-loading-skeleton/dist/skeleton.css"; @import "custom-media-breakpoints.css"; @import "variables.css"; diff --git a/styles/scss/core/core.scss b/styles/scss/core/core.scss index 285018dd64..3792b0f4ed 100644 --- a/styles/scss/core/core.scss +++ b/styles/scss/core/core.scss @@ -6,12 +6,6 @@ @import "~bootstrap/scss/reboot"; @import "typography"; @import "grid"; -// The react-loading-skeleton package.json defines an 'exports' field which specifies a '.css' -// extension on this export. Without the '.css' on the end of this line, webpack can't find the file -// and the build fails. -// See https://webpack.js.org/guides/package-exports/ for more information on how webpack uses -// the 'exports' field. -@import "~react-loading-skeleton/dist/skeleton.css"; @import "~bootstrap/scss/transitions"; @import "utilities"; @import "~bootstrap/scss/media";