Skip to content

Commit

Permalink
Make eslint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
otacke committed Nov 11, 2024
1 parent e009a43 commit 26ab1b1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/scripts/components/media-screen/media-screen.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@styles/main.scss";
@use "@styles/main";

.media-screen {
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/components/message-box/message-box-hint.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@styles/main.scss";
@use "@styles/main";

.h5p-personality-quiz-xr-message-box.message-box-hint {
background-color: main.$color-hint-message-background;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "@styles/main.scss";
@use "@styles/main";

.progress-bar {
background-color: var(--color-background);
Expand Down
2 changes: 1 addition & 1 deletion src/styles/h5p-profiler.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "./main.scss";
@use "./main";

html {
box-sizing: border-box;
Expand Down

0 comments on commit 26ab1b1

Please sign in to comment.