Skip to content

Remove bootstrap style import `@import 'bootstrap/scss/input-group'`

Administrator requested to merge contractors/SG-30281 into main

Created by: gitstart-sourcegraph

Ref

Parent Issue Sourcegraph Issue GitStart Ticket

Success Criteria

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

Implementation Details

Let's also remove the following imports and copy CSS rules that we need to our CSS files:

  1. remove the imports @import 'bootstrap/scss/input-group from global index.scss file
  2. copy styles used in codebase into the global input-group.scss file

ETA

5 - 9 hrs

  • Move and modify @Mixins where required according to Chromatic UI changes.
  • Move and modify scss variables where required according to Chromatic UI changes.

Merge request reports

Loading