We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0306dd commit f83cf31Copy full SHA for f83cf31
.changeset/lucky-feet-brake.md
@@ -0,0 +1,5 @@
1
+---
2
+"@react-md/core": patch
3
4
+
5
+Fixed the optional-css-module sass util to work with turbopack
packages/core/src/_utils.scss
@@ -360,8 +360,9 @@ $_swappable-properties: text-align;
360
$parent-selector: true
361
) {
362
@if $css-modules {
363
- $selector: ":global #{$selector} :local";
+ $selector: ":global(#{$selector})";
364
}
365
366
@if $parent-selector {
367
$selector: "#{$selector} &";
368
0 commit comments