WapplerSystems / ws_scss

SASS Compiler for TYPO3
12 stars 24 forks source link

Version 1.1.26 does not work with Bootstrap 5. Compile error #56

Open ws-sr opened 2 years ago

ws-sr commented 2 years ago

Known issue. scssphp update to higher version would probably help! I tried it with scssphp version 1.8 and it works fine

bh-teufels commented 2 years ago

Have the same Problem with Bootstrap 5 i tried to replace scsphp in ws_scss with new version but still not working when i include bootstrap.scss

ws-sr commented 2 years ago

Mine worked. Try it with scsphp version 1.8.1 😊

Von: bh-teufels @.> Antworten an: svewap/ws_scss @.> Datum: Freitag, 4. Februar 2022 um 18:01 An: svewap/ws_scss @.> Cc: Sarah Ruzsa | Webschmiede GmbH @.>, Author @.***> Betreff: Re: [svewap/ws_scss] Version 1.1.26 does not work with Bootstrap 5. Compile error (Issue #56)

Have the same Problem with Bootstrap 5 i tried to replace scsphp in ws_scss with new version but still not working when i include bootstrap.scss

— Reply to this email directly, view it on GitHubhttps://github.com/svewap/ws_scss/issues/56#issuecomment-1030173479, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AXSLYHQDH5W35NUKSMTFGZTUZQA7BANCNFSM5NLNKNEQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.***>

bh-teufels commented 2 years ago

not working for me with Bootstrap 5.1.3 i tried scssphp 1.8.1, 1.9.0, 1.10.0

bh-teufels commented 2 years ago

Seems that scssphp not working with Bootstap 5.1 yet i tried Bootstrap 5.0.2 which is working

ws-sr commented 2 years ago

Ok thanks 😊

Von: bh-teufels @.> Antworten an: svewap/ws_scss @.> Datum: Dienstag, 8. Februar 2022 um 16:15 An: svewap/ws_scss @.> Cc: Sarah Ruzsa | Webschmiede GmbH @.>, Author @.***> Betreff: Re: [svewap/ws_scss] Version 1.1.26 does not work with Bootstrap 5. Compile error (Issue #56)

Seems that scssphp not working with Bootstap 5.1 yet i tried Bootstrap 5.0.2 which is working

— Reply to this email directly, view it on GitHubhttps://github.com/svewap/ws_scss/issues/56#issuecomment-1032719337, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AXSLYHWU3XV3PFPENK3PHUDU2EXQLANCNFSM5NLNKNEQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.***>

ghwaldo commented 2 years ago

I have also problems with scssphp, not with bootstrap, but with foundation. Seems scssphp is not that compatible with original sass-compiler.

On my webspace (provided by profihost) i downloaded dthe original dart-sass binary for X64 an tested it with foundation. It works. Seems scssphp is the problem.

I know will modify a version of vewap/ws_scss to do a proc_open on that process. in a litlle test-php-script that worked.

ingeniumdesign commented 2 years ago

the Ver. 1.1.26 for TYPO3 10.4.x dont works with the new Bootstrap 5.x

Bootstrap 5.0, 5.1 and 5.2 dont work :(

ingeniumdesign commented 2 years ago

With the new scssphp-1.10.3 it works fine with bootstrap 5.2

Can you update the scssphp, for TYPO3 10.x ?