-
-
Notifications
You must be signed in to change notification settings - Fork 215
Open
Labels
Description
(not really a) Bug Report (but a minor optimization)
Prerequisites
- Can you reproduce the problem on TYPO3 v13.4 LTS
- Did you perform a cursory search to see if your bug or enhancement is already reported?
Description
- The files compat/_text.scss and components/_text.scss both contain same ".awesome" SCSS code.
- It's not needed to add ".h1.awesome" - SCSS generates this ".h1" class from "h1.awesome". Same for h2 etc.
Expected behavior
Clean and lightweight code ;)
Reactions are currently unavailable