Skip to content

shared: codemod `shared/components/CodeExcerpt` `shared/commandPalette` `shared/actions` components to CSS modules

Administrator requested to merge contractors/SG-27079 into main

Created by: gitstart-sourcegraph

Descriptions

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

Refs

Success criteria

The stylesheets in the following directories are converted to CSS modules.

  • client/shared/src/components/CodeExcerpt.tsx
  • client/shared/src/commandPalette
  • client/shared/src/actions

Merge request reports

Loading