Sass Variables

To find all the Sass variables, you will need to access the below file:

assets / scss / layouts / {layout} / themes / {theme} / _variables.scss

Where

{layout} is the layout you want to work in. For example, default

{theme} is either the existing theme provided by Drift or the one created your own custom one

In Drift, All of the BootStrap variables are copied over in _variables.scss. Many of those are customized as per the layout and theme but there are still few variables which we didn't customize. Those variables are commented in _variables.scss

So, whenever you feel like you need to customize those variables too, you can uncomment those and set the specific value in there.

Last updated