Skip to content

Commit

Permalink
Revert "fix: [BD-46] skeleton.css for both dev and prod (#2531)" (#2562)
Browse files Browse the repository at this point in the history
This reverts commit 7e96a0a.
  • Loading branch information
adamstankiewicz authored Aug 18, 2023
1 parent aa2a8ab commit 4d4577e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions scss/core/core.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
@use "~react-loading-skeleton/dist/skeleton";

@import "functions";
@import "variables";
@import "~bootstrap/scss/mixins";
@import "~bootstrap/scss/root";
@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 4d4577e

Please sign in to comment.