Kristofer Karlsson

Results 3 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;...