@@ -21303,6 +21303,10 @@ exports[`loader should work when "@use" at-rules with extensions ('dart-sass', '
21303
21303
21304
21304
.example-5 {
21305
21305
color: aquamarine;
21306
+ }
21307
+
21308
+ .some-css-module {
21309
+ background: hotpink;
21306
21310
}"
21307
21311
`;
21308
21312
@@ -21325,6 +21329,10 @@ exports[`loader should work when "@use" at-rules with extensions ('dart-sass', '
21325
21329
21326
21330
.example-5 {
21327
21331
color: aquamarine;
21332
+ }
21333
+
21334
+ .some-css-module {
21335
+ background: hotpink;
21328
21336
}"
21329
21337
`;
21330
21338
@@ -21347,6 +21355,10 @@ exports[`loader should work when "@use" at-rules with extensions ('dart-sass', '
21347
21355
21348
21356
.example-5 {
21349
21357
color: aquamarine;
21358
+ }
21359
+
21360
+ .some-css-module {
21361
+ background: hotpink;
21350
21362
}"
21351
21363
`;
21352
21364
@@ -21369,6 +21381,10 @@ exports[`loader should work when "@use" at-rules with extensions ('dart-sass', '
21369
21381
21370
21382
.example-5 {
21371
21383
color: aquamarine;
21384
+ }
21385
+
21386
+ .some-css-module {
21387
+ background: hotpink;
21372
21388
}"
21373
21389
`;
21374
21390
@@ -21391,6 +21407,10 @@ exports[`loader should work when "@use" at-rules with extensions ('dart-sass', '
21391
21407
21392
21408
.example-5 {
21393
21409
color: aquamarine;
21410
+ }
21411
+
21412
+ .some-css-module {
21413
+ background: hotpink;
21394
21414
}"
21395
21415
`;
21396
21416
@@ -21413,6 +21433,10 @@ exports[`loader should work when "@use" at-rules with extensions ('dart-sass', '
21413
21433
21414
21434
.example-5 {
21415
21435
color: aquamarine;
21436
+ }
21437
+
21438
+ .some-css-module {
21439
+ background: hotpink;
21416
21440
}"
21417
21441
`;
21418
21442
@@ -21435,6 +21459,10 @@ exports[`loader should work when "@use" at-rules with extensions ('sass-embedded
21435
21459
21436
21460
.example-5 {
21437
21461
color: aquamarine;
21462
+ }
21463
+
21464
+ .some-css-module {
21465
+ background: hotpink;
21438
21466
}"
21439
21467
`;
21440
21468
@@ -21457,6 +21485,10 @@ exports[`loader should work when "@use" at-rules with extensions ('sass-embedded
21457
21485
21458
21486
.example-5 {
21459
21487
color: aquamarine;
21488
+ }
21489
+
21490
+ .some-css-module {
21491
+ background: hotpink;
21460
21492
}"
21461
21493
`;
21462
21494
@@ -21479,6 +21511,10 @@ exports[`loader should work when "@use" at-rules with extensions ('sass-embedded
21479
21511
21480
21512
.example-5 {
21481
21513
color: aquamarine;
21514
+ }
21515
+
21516
+ .some-css-module {
21517
+ background: hotpink;
21482
21518
}"
21483
21519
`;
21484
21520
@@ -21501,6 +21537,10 @@ exports[`loader should work when "@use" at-rules with extensions ('sass-embedded
21501
21537
21502
21538
.example-5 {
21503
21539
color: aquamarine;
21540
+ }
21541
+
21542
+ .some-css-module {
21543
+ background: hotpink;
21504
21544
}"
21505
21545
`;
21506
21546
@@ -21523,6 +21563,10 @@ exports[`loader should work when "@use" at-rules with extensions ('sass-embedded
21523
21563
21524
21564
.example-5 {
21525
21565
color: aquamarine;
21566
+ }
21567
+
21568
+ .some-css-module {
21569
+ background: hotpink;
21526
21570
}"
21527
21571
`;
21528
21572
@@ -21545,6 +21589,10 @@ exports[`loader should work when "@use" at-rules with extensions ('sass-embedded
21545
21589
21546
21590
.example-5 {
21547
21591
color: aquamarine;
21592
+ }
21593
+
21594
+ .some-css-module {
21595
+ background: hotpink;
21548
21596
}"
21549
21597
`;
21550
21598
0 commit comments