You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.