@swc/plugin-styled-jsx 13.7.0 → 13.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +8 -0
- package/README.tmpl.md +2 -0
- package/package.json +1 -1
- package/swc_plugin_styled_jsx.wasm +0 -0
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
# @swc/plugin-styled-jsx
|
|
2
2
|
|
|
3
|
+
`@swc/plugin-styled-jsx` transforms `<style jsx>` tags in JSX components into scoped CSS, providing component-level style isolation. It is the SWC equivalent of the `styled-jsx` Babel plugin used by Next.js.
|
|
4
|
+
|
|
3
5
|
# @swc/plugin-styled-jsx
|
|
4
6
|
|
|
7
|
+
## 13.8.0
|
|
8
|
+
|
|
9
|
+
### Minor Changes
|
|
10
|
+
|
|
11
|
+
- a0fb975: Update swc_core to v61.0.1
|
|
12
|
+
|
|
5
13
|
## 13.7.0
|
|
6
14
|
|
|
7
15
|
### Minor Changes
|
package/README.tmpl.md
CHANGED
package/package.json
CHANGED
|
Binary file
|