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 a24f6f9 commit 35068ccCopy full SHA for 35068cc
1 file changed
src/playground/PlaygroundLoader.tsx
@@ -414,6 +414,12 @@ function initState(
414
searchParams.get("allowComments") === "true" ||
415
defaultPlaygroundState.settings.allowComments,
416
ruleDomains,
417
+ cssModules:
418
+ searchParams.get("cssModules") === "true" ||
419
+ defaultPlaygroundState.settings.cssModules,
420
+ experimentalFullSupportEnabled:
421
+ searchParams.get("experimentalFullSupportEnabled") === "true" ||
422
+ defaultPlaygroundState.settings.experimentalFullSupportEnabled,
423
},
424
};
425
}
0 commit comments