Skip to content

Commit 6274480

Browse files
authoredApr 3, 2024··
test: for @scope (#1580)
1 parent 24e114a commit 6274480

File tree

3 files changed

+20
-9
lines changed

3 files changed

+20
-9
lines changed
 

‎package-lock.json

+16-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"postcss": "^8.4.33",
6060
"postcss-modules-extract-imports": "^3.0.0",
6161
"postcss-modules-local-by-default": "^4.0.4",
62-
"postcss-modules-scope": "^3.1.1",
62+
"postcss-modules-scope": "^3.1.2",
6363
"postcss-modules-values": "^4.0.0",
6464
"postcss-value-parser": "^4.2.0",
6565
"semver": "^7.5.4"

‎test/__snapshots__/modules-option.test.js.snap

+3-1
Original file line numberDiff line numberDiff line change
@@ -10334,7 +10334,9 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`@scope (.kthHR5ALtmYK9QgapjA3) {
1033410334
// Exports
1033510335
___CSS_LOADER_EXPORT___.locals = {
1033610336
\\"class-a\\": \`tHELZHxFZl5YuwVt1kmN\`,
10337-
\\"class-b\\": \`yv3SIfJTNkZjzBV3Fc0c\`
10337+
\\"class-b\\": \`yv3SIfJTNkZjzBV3Fc0c\`,
10338+
\\"light-scheme\\": \`kthHR5ALtmYK9QgapjA3\`,
10339+
\\"dark-scheme\\": \`kodeNqRFoMkWN6SDcuTu\`
1033810340
};
1033910341
export default ___CSS_LOADER_EXPORT___;
1034010342
"

0 commit comments

Comments
 (0)
Please sign in to comment.