Skip to content

Commit

Permalink
fix: remove ~ from import of react-loading-skeleton (#2912)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz authored Dec 10, 2023
1 parent e87a30e commit eb6b293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/scss/core/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@import "~bootstrap/scss/reboot";
@import "typography";
@import "grid";
@import "~react-loading-skeleton/dist/skeleton.css";
@import "react-loading-skeleton/dist/skeleton.css";
@import "~bootstrap/scss/transitions";
@import "utilities";
@import "~bootstrap/scss/media";
Expand Down

0 comments on commit eb6b293

Please sign in to comment.