Answer the question
In order to leave comments, you need to log in
Why is Sass ignoring my overrides?
I want to override Bootstrap variables in Sass.
Here is my _variables.scss file:
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap/variables";
// Brands
$brand-primary: #3097D1;
// Typography
$icon-font-path: "~bootstrap-sass/assets/fonts/bootstrap/";
// Container sizes
$container-large-desktop: (940px + $grid-gutter-width);
// Navbar
$navbar-default-bg: #fff;
// Variables
@import "variables";
// Bootstrap
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question