Kristofer Karlsson

Results 4 comments of Kristofer Karlsson

What @JloMexmax posted will enable it in production aswell. What you can do as of v4 is put the following as an import. (assuming you have the environment.production variable) `!environment.production...

Is there any ETA on this? I guess I have to parse the CSS in PHP and prefix each selector with a scope or similar for now.

For anyone that are using PHP as a save handler you could do the following using this lib https://github.com/sabberworm/PHP-CSS-Parser. ```php $prefix = '#scope-01'; $parsedCss = (new Sabberworm\CSS\Parser('.foobar { color: red;...

Similar issue here. Reverting to 6.7.6 did the trick. Will do that for now. SVG vs rendered PDF ![logo](https://github.com/user-attachments/assets/80749d38-30dc-4298-af94-30f6e94212dc) ![Screenshot 2025-01-13 at 08 18 14](https://github.com/user-attachments/assets/232ba215-004b-454c-913e-ddf7cbd02524)