3 thoughts on “Learn About Sass Variables for Customizing in Bootstrap 4

  1. Hi,

    I love the idea of copying vars to a custom file so we can leave core files alone.

    However, doing something simple like changing the brand-primary from blue to red has got me stumped.

    Editing the vars file works as expected. All blue instances become red. (Buttons, Links etc)

    $brand-primary: $red !default

    However, doing the same in the custom file doesn’t work! Even when omitting the !default flag. Any ideas? Anyone? 🙂

      1. in w/e can you are still in figuring it out, i just had to move the order of the _custom import in my bootstrap.scss to the top above the variables import

Leave a Reply

Your email address will not be published. Required fields are marked *