Skip to content

web: codemod `ExtensionsArea` components to CSS modules

Warren Gifford requested to merge vb/css-modules-codemod-web-extensions-area into main

Created by: valerybugakov

Context

This PR results from the global-css-to-css-modules codemod application with some manual fixes, caused by the usage of global CSS classes tied to a React component in other parts of the codebase: e.g., .sidebar class used outside of the <Sidebar /> component.

Changes

  • The ExtensionsArea stylesheet is converted to the CSS module.

Merge request reports

Loading