[SG-40293] Extract bootstrap style import @import 'bootstrap/scss/reboot.scss'
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: gitstart-sourcegraph
This PR is about extracting reboot.scss
from, bootstrap to group styles
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.
#Refs
reboot.scss
rules are migrated from bootstrap
to global styles
and redundant rules are removedCheck out the client app preview documentation to learn more.
Push commits to the source branch or add previously merged commits to review them.