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

# SCSS

The Shopware 6 storefront uses SCSS code for styling (unlike Shopware 5 which used LESS).

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

SCSS files can be supplied with themes or plugins to the compiler, which compiles all the SCSS code of the storefront into the "all.css".

#### Further information

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