Skip to content

Commit

Permalink
Replace deprecared SCSS @import with @use
Browse files Browse the repository at this point in the history
  • Loading branch information
otacke committed Oct 14, 2024
1 parent 720eaf4 commit 816c1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/h5p-dictation.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "@styles/keyframes";
@use "@styles/keyframes";

$color_1: #b71c1c;
$color_2: #b5691c;
Expand Down

0 comments on commit 816c1fd

Please sign in to comment.