Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add Modern.js Module migration docs #378

Merged
Prev Previous commit
Update website/docs/en/guide/migration/modernjs-module.mdx
  • Loading branch information
Timeless0911 authored Nov 7, 2024
commit 8c23df13172f57d623f9f31e5771575ba1c23599
2 changes: 1 addition & 1 deletion website/docs/en/guide/migration/modernjs-module.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ declare module '*.scss' {
}
```

### css-modules
## css-modules

If you use css-modules in your `Modern.js Module`, add the following changes:

Expand Down
Loading