Skip to content

[SG-37914] Extract bootstrap style import @import 'bootstrap/scss/buttons'

Administrator requested to merge contractors/SG-37914 into main

Created by: gitstart-sourcegraph

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.

Success criteria

All highlighted imports has been removed All css rules currently used from the imports are now available in style sheets

Implementation details

  • Remove bootstrap import @import 'bootstrap/scss/buttons'
  • copy style rules used in codebase from bootstrap stylesheet

Refs

Gitstart ticket SourceGraph issue

Test Plan

Ensure there are no UI changes

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading