Something went wrong on our end. 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 SourceGraph Issue GitStart Issue
btn-*
are migrated to use wildcard's Button component.@import 'bootstrap/scss/buttons'
in forkedBranded.scss.vscode
locally.production version of SourceGraph vscode extension
which is the instance running on the first vscode window and the local version of SourceGraph vscode extension
which the instance that opened up after following the guide. Ensure that there are no UI Changes
NOTE: Best to test against the local vscode instance on the main
branch since some changes have been pushed to production yet.Check out the client app preview documentation to learn more.