> For the complete documentation index, see [llms.txt](https://themedocs.zenit.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://themedocs.zenit.design/en/update-guides/shopware-6.6.9.0.md).

# Shopware 6.6.9.0

{% hint style="success" %}
The problem has already been reported to Shopware and addressed in issue <https://github.com/shopware/shopware/issues/6359>. The fix is ​​planned for Shopware version 6.6.10.0.
{% endhint %}

### Error message

{% code overflow="wrap" %}

```
// Error
Unable to compile the theme "THEMENAME". Error: argument `$color` of `red($color)` must be a color: /home/shopware6/vendor/shopware/storefront/Resources/app/storefront/vendor/bootstrap/scss/_functions.scss on line 184, at column 3 Call Stack: #0 function luminance /home/shopware6/vendor/shopware/storefront/Resources/app/storefront/vendor/bootstrap/scss/_functions.scss on line 174 #1 function contrast-ratio /home/shopware6/vendor/shopware/storefront/Resources/app/storefront/vendor/bootstrap/scss/_functions.scss on line 159 #2 function color-contrast /home/shopware6/custom/plugins/zenitPlatformTHEMENAME/src/Resources/app/storefront/src/scss/component/_product-detail-content-accordion.scss on line 7 #3 import /home/shopware6/custom/plugins/zenitPlatformTHEMENAME/src/Resources/app/storefront/src/scss/component/_product-detail-content-accordion.scss /home/shopware6/custom/plugins/zenitPlatformTHEMENAME/src/Resources/app/storefront/src/scss/base.scss on line 63 #4 import /home/shopware6/custom/plugins/zenitPlatformTHEMENAME/src/Resources/app/storefront/src/scss/base.scss (unknown file) on line 656
```

{% endcode %}

### Cause

This is probably related to issue [NEXT-21038](https://github.com/shopware/shopware/blob/v6.6.9.0/changelog/release-6-6-9-0/2024-06-19-add-scss-validator.md), which was implemented in version 6.6.9.0 and in which a *SCSSValidator* was implemented.

Previously, empty color fields took a fallback color value from the SCSS theme. Now, empty color fields will throw an SCSS error and the theme will no longer compile. You can find more information in the [Theme save error](/en/faq/known-issues/theme-save-error.md) article.

<figure><img src="/files/KMNGx34kiODc1HJg0QT3" alt=""><figcaption><p>Invalid color field</p></figcaption></figure>

### Solution

Check the color fields theme configuration for empty fields and enter a color or the value `transparent` here.

<figure><img src="/files/cSnshEdbSzTaCRqledqO" alt=""><figcaption></figcaption></figure>
