Skip to content

chore: Move bootstrap variables with the regular variables

Simon Knox requested to merge no-bs-overrides into master

SCSS does not have module scoping, splitting the files in this way just means we always need to import both files, and causes confusion. Additionally some of the BS overrides were already in variables.scss

Merge request reports