Something went wrong while fetching comments. Please try again.
Created by: gitstart-sourcegraph
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.
Parent issue SG issue SG Issue 2 GitStart Task
let's also remove the following imports and copy CSS rules that we need to our CSS files:
@import 'bootstrap/scss/custom-forms
from global index.scss
filecustom-forms.scss
file within client/branded/src/global-styles
index.scss
Note: some style rules from @import 'bootstrap/scss/custom-forms are already being modified by styles in forms.scss70 minutes - initial implementation 180 minutes - with UI changes
Ensure the absence of UI regressions.