Actions
Bug #101380
closedEpic #99669: CKEditor5 Collection
Scss Compiler for CKEditor fails when using clamp() with mixed units
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2023-07-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
clamp,scssphp, compiler, scssprocessor
Complexity:
Is Regression:
No
Sprint Focus:
Description
To style the text in the CKEditor it is not possible to use modern CSS like clamp(0.2rem, 0.2rem + 0.12vw, 0.3rem)
.
It is a problem with the used compiler of ScssPhp\ScssPhp\Compiler
in the class TYPO3\CMS\RteCKEditor\Service\ScssProcessor
which fails. I opened an issue on scssphp/scssphp. The answer shows that it will not be solved in short time.
As a result no CSS is compiled an the editor stays unstyled.
Actions