// override some Bootstrap colors. Apparently we need to do this *before* we // process Bootstrap. // ISEAL primary (dark) blue $primary: rgb(0, 82, 142); // ISEAL secondary (light) blue $secondary: rgb(27, 118, 188); // selectively import components we need from bootstrap // see: node_modules/bootstrap/scss/bootstrap.scss @import 'bootstrap'; // local style overrides @import 'main';