Skip to content

Commit

Permalink
fix: skeleton.css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
monteri committed Aug 31, 2023
1 parent 319f309 commit 5537250
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions styles/css/core/index.css
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
@import "~react-loading-skeleton/dist/skeleton.css";
@import "custom-media-breakpoints.css";
@import "variables.css";
6 changes: 0 additions & 6 deletions styles/scss/core/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 5537250

Please sign in to comment.