Skip to content

Commit

Permalink
fix(use): shifted to previewpanel
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin committed Sep 20, 2023
1 parent 9a86cf7 commit 1f014a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/styles/isomer-template.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@charset "UTF-8";
@use 'templates/components/hero.scss';

.bg-media-color-0 {
background-color: #4b268e;
Expand Down
1 change: 1 addition & 0 deletions src/styles/preview-panel.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@use "sass:meta";
@use 'templates/components/hero.scss';

@include meta.load-css("sgds-govtech/css/sgds");
@include meta.load-css("./isomer-template.scss");
Expand Down

0 comments on commit 1f014a9

Please sign in to comment.