@@ -21303,6 +21303,10 @@ exports[`loader should work when "@use" at-rules with extensions ('dart-sass', '
2130321303
2130421304.example-5 {
2130521305 color: aquamarine;
21306+ }
21307+
21308+ .some-css-module {
21309+ background: hotpink;
2130621310}"
2130721311`;
2130821312
@@ -21325,6 +21329,10 @@ exports[`loader should work when "@use" at-rules with extensions ('dart-sass', '
2132521329
2132621330.example-5 {
2132721331 color: aquamarine;
21332+ }
21333+
21334+ .some-css-module {
21335+ background: hotpink;
2132821336}"
2132921337`;
2133021338
@@ -21347,6 +21355,10 @@ exports[`loader should work when "@use" at-rules with extensions ('dart-sass', '
2134721355
2134821356.example-5 {
2134921357 color: aquamarine;
21358+ }
21359+
21360+ .some-css-module {
21361+ background: hotpink;
2135021362}"
2135121363`;
2135221364
@@ -21369,6 +21381,10 @@ exports[`loader should work when "@use" at-rules with extensions ('dart-sass', '
2136921381
2137021382.example-5 {
2137121383 color: aquamarine;
21384+ }
21385+
21386+ .some-css-module {
21387+ background: hotpink;
2137221388}"
2137321389`;
2137421390
@@ -21391,6 +21407,10 @@ exports[`loader should work when "@use" at-rules with extensions ('dart-sass', '
2139121407
2139221408.example-5 {
2139321409 color: aquamarine;
21410+ }
21411+
21412+ .some-css-module {
21413+ background: hotpink;
2139421414}"
2139521415`;
2139621416
@@ -21413,6 +21433,10 @@ exports[`loader should work when "@use" at-rules with extensions ('dart-sass', '
2141321433
2141421434.example-5 {
2141521435 color: aquamarine;
21436+ }
21437+
21438+ .some-css-module {
21439+ background: hotpink;
2141621440}"
2141721441`;
2141821442
@@ -21435,6 +21459,10 @@ exports[`loader should work when "@use" at-rules with extensions ('sass-embedded
2143521459
2143621460.example-5 {
2143721461 color: aquamarine;
21462+ }
21463+
21464+ .some-css-module {
21465+ background: hotpink;
2143821466}"
2143921467`;
2144021468
@@ -21457,6 +21485,10 @@ exports[`loader should work when "@use" at-rules with extensions ('sass-embedded
2145721485
2145821486.example-5 {
2145921487 color: aquamarine;
21488+ }
21489+
21490+ .some-css-module {
21491+ background: hotpink;
2146021492}"
2146121493`;
2146221494
@@ -21479,6 +21511,10 @@ exports[`loader should work when "@use" at-rules with extensions ('sass-embedded
2147921511
2148021512.example-5 {
2148121513 color: aquamarine;
21514+ }
21515+
21516+ .some-css-module {
21517+ background: hotpink;
2148221518}"
2148321519`;
2148421520
@@ -21501,6 +21537,10 @@ exports[`loader should work when "@use" at-rules with extensions ('sass-embedded
2150121537
2150221538.example-5 {
2150321539 color: aquamarine;
21540+ }
21541+
21542+ .some-css-module {
21543+ background: hotpink;
2150421544}"
2150521545`;
2150621546
@@ -21523,6 +21563,10 @@ exports[`loader should work when "@use" at-rules with extensions ('sass-embedded
2152321563
2152421564.example-5 {
2152521565 color: aquamarine;
21566+ }
21567+
21568+ .some-css-module {
21569+ background: hotpink;
2152621570}"
2152721571`;
2152821572
@@ -21545,6 +21589,10 @@ exports[`loader should work when "@use" at-rules with extensions ('sass-embedded
2154521589
2154621590.example-5 {
2154721591 color: aquamarine;
21592+ }
21593+
21594+ .some-css-module {
21595+ background: hotpink;
2154821596}"
2154921597`;
2155021598
0 commit comments