branded: remove Bootstrap Style `@import bootstrap/scss/progress`
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
Gitstart Issue
Gitstart Task SourceGraph Issue
Implementation Details
let's also remove the following imports and copy CSS rules that we need to our CSS files:
@import 'bootstrap/scss/progress'