Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Oct 18, 2024
1 parent 51c6a71 commit 1542967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/__snapshots__/remote_files.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ body {
content: "body{color:blue}",
data: {
basename: "styles3",
content: '@import "variables";
content: '@use "variables" as *;
body {
color: \$color;
Expand Down
2 changes: 1 addition & 1 deletion tests/assets/remote_files/styles3.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "variables";
@use "variables" as *;

body {
color: $color;
Expand Down

0 comments on commit 1542967

Please sign in to comment.