# Sass Variables

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

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

{% hint style="info" %}

#### 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
{% endhint %}

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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-drift.g-axon.work/stylesheets/sass-variables.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
