-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Class "ScssPhp\ScssPhp\OutputStyle" not found #87
Comments
We got the same error at our TYPO3 v13 project. I helped myself with uploading the scssphp project (https://github.com/scssphp/scssphp) to the resources folder of my custom extension and including it via require_once from the ext_localconf.php, like recommended in the documentation for non-composer applications (https://scssphp.github.io/scssphp/docs/). |
Just encoutered this as well. This release adds the library via composer.json but this doesn't seem to work for legay based installations: Line 16 in 04358a2
Adding the 1.13.0 release of scssphp like @pvweb described solved the issues. The include file can be copied from the v11 branch: https://github.com/WapplerSystems/ws_scss/blob/release/v11/Resources/Private/scssphp/scss.inc.php |
you can download the needed files from https://scssphp.github.io/scssphp/docs/ and place them into your own extension into
in case of updates: |
Sorry, I was only able to try this today now the frontend runs into this error WapplerSystems\WsScss\Compiler::compileFile(): Argument #5 ($outputStyle) must be of type string, ScssPhp\ScssPhp\OutputStyle given, called in /..../typo3conf/ext/ws_scss/Classes/Hooks/RenderPreProcessorHook.php on line 153 any ideas? |
Okay, my last message is obsolete You must use phpscss V1.x.x The Version 2 is not (yet ?) supported |
On Typo3 V 13.0.0 we get the error "Class "ScssPhp\ScssPhp\OutputStyle" not found" in frontend after installing the extension (V 13.0.1)
Any ideas?
The text was updated successfully, but these errors were encountered: