---
title: "Important: #80391 - Css Styled Content will not reset TypoScript Constants"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:important-80391"
source: "Changelog/8.7/Important-80391-NoConstantsResetInCssStyledContent.rst"
typo3-version: "8.7"
typo3-major: 8
type: "important"
issue: 80391
forge: "https://forge.typo3.org/issues/80391"
tags: ["TypoScript", "Frontend", "ext:css_styled_content"]
rendered: "2026-09-19T12:12:50+00:00"
---

# Important: #80391 - Css Styled Content will not reset TypoScript Constants {#important-80391}

See [forge#80391](https://forge.typo3.org/issues/80391)

## Description {#description}

Previously the TypoScript definition from CSS Styled Content reset all
constants that were set before the static template was included to preserve
the namespace `styles.content`.

Since there is no need to reset the constants, this behaviour is removed.

### Removed Code {#removed-code}

```typoscript
# Clear out any constants in this reserved room!
styles.content >
```
