> For the complete documentation index, see [llms.txt](https://wiki.themeware.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.themeware.design/wissensdatenbank/profiwissen/scss.md).

# SCSS

Die Shopware 6 Storefront nutzt zum Styling SCSS-Code (anders als Shopware 5 das LESS genutzt hat).

> Sass is the most mature, stable, and powerful professional grade CSS extension language in the world.
>
> – sass-lang.com

SCSS-Dateien können mit Themes oder Plugins dem Compiler zugeführt werden, welcher den gesamten SCSS-Code der Storefront in eine "all.css" kompiliert.

#### Weiterführende Informationen

{% embed url="<https://sass-lang.com/>" %}
CSS with superpowers
{% endembed %}
