Skip to content

Commit 3bc9733

Browse files
committed
Fix rust snapshot
1 parent 86f789c commit 3bc9733

File tree

1 file changed

+1
-2
lines changed
  • crates/rspack_loader_sass/tests/fixtures/rspack_importer/expected

1 file changed

+1
-2
lines changed

crates/rspack_loader_sass/tests/fixtures/rspack_importer/expected/main.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.color-red {
22
color: red;
33
}
4-
54
@charset "UTF-8";
65
body {
76
font: 100% Helvetica, sans-serif;
@@ -31,4 +30,4 @@ nav a {
3130
}
3231
.bar:before {
3332
content: "∑";
34-
}
33+
}

0 commit comments

Comments
 (0)