Skip to content

Commit

Permalink
test: for @scope (#1580)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Apr 3, 2024
1 parent 24e114a commit 6274480
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
23 changes: 16 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -59,7 +59,7 @@
"postcss": "^8.4.33",
"postcss-modules-extract-imports": "^3.0.0",
"postcss-modules-local-by-default": "^4.0.4",
"postcss-modules-scope": "^3.1.1",
"postcss-modules-scope": "^3.1.2",
"postcss-modules-values": "^4.0.0",
"postcss-value-parser": "^4.2.0",
"semver": "^7.5.4"
Expand Down
4 changes: 3 additions & 1 deletion test/__snapshots__/modules-option.test.js.snap
Expand Up @@ -10334,7 +10334,9 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`@scope (.kthHR5ALtmYK9QgapjA3) {
// Exports
___CSS_LOADER_EXPORT___.locals = {
\\"class-a\\": \`tHELZHxFZl5YuwVt1kmN\`,
\\"class-b\\": \`yv3SIfJTNkZjzBV3Fc0c\`
\\"class-b\\": \`yv3SIfJTNkZjzBV3Fc0c\`,
\\"light-scheme\\": \`kthHR5ALtmYK9QgapjA3\`,
\\"dark-scheme\\": \`kodeNqRFoMkWN6SDcuTu\`
};
export default ___CSS_LOADER_EXPORT___;
"
Expand Down

0 comments on commit 6274480

Please sign in to comment.