Overriding bootstrap variables
I was wondering if we have a neat way to override bootstrap variables? Any help is appreciated. Thank you
Hi @veekram
I saw your question here at same time that was making a customisation for my project. If it helps, I will share how I'm doing:
Instead of copying all content from bootstrap default variables file and changing what is needed there, I'm just creating an import with only sass variables that I want to have changed @import "customize/variables";
application.scss
customize/_variables.scss
@luccasmaso thank you very much 😊
If it can helps, I had written an article hosted on Medium on how to do it on Rails 5 keeping Asset Pipeline profits