---
title: "How do I use an SCSS variable in my styles?"
date: "2020-01-15T14:40:28+00:00"
summary: "Learn how to effectively use SCSS variables in your styles. Discover the correct syntax and implementation within the style builder for seamless CSS customization."
image:
type: "article"
url: "/drupal-starter-kits/add-ons/site-studio/help/65066-how-do-i-use-scss-variable-my-styles"
id: "547b0b97-5ef8-43fe-9bb9-46d0e4d0fa04"
---

To use an SCSS variable, enter your chosen variable into the appropriate CSS property.

SCSS variables can be used within the style builder. To use an SCSS variable, enter your chosen variable into the appropriate CSS property. This should follow the exact syntax of your SCSS variable.