Open gitstart-sourcegraph opened 2 years ago
Here is the GitStart Ticket for this issue: https://app.gitstart.com/clients/sourcegraph/tickets/SG-39363
Heads up @taylorsperry @jasongornall - the "team/frontend-platform" label was applied to this issue.
Problem statement
We depend on Bootstrap styles in our global styles a lot. But we don't plan to move forward with Bootstrap because we're working on our design system called Wildcard. To ease the transition to our styles and gain more control over visual changes, we want to move Bootstrap styles that we need into our codebase and eventually drop Bootstrap dependency.
Ref
https://github.com/sourcegraph/sourcegraph/issues/39345
Success criteria
card-*
are migrated to use wildcard'sCard
component.Implementation details
forkedBranded.scss
.card-*
className toCard
wildcard component.Time estimate