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
@supports syntax not supported by LibSass
#16
Comments
|
@shanecav84 No worries, and thank you for #17! I’m currently busy with an unrelated feature on our app, but will test your update with our Dartsass branch ASAP. |
|
@shanecav84 I created a standard test app with https://github.com/otagi/dartsass-test When launching Puma with Error: Can’t find stylesheet to import.
| ╷
| 2 │ @import "semantic-ui";
| │ ^^^^^^^^^^^^^
| ╵
| app/assets/stylesheets/application.scss 2:9 root stylesheet |
|
I'm still looking into this. The cause of that error is due to Rails use of I'm still investigating. That isn't the final word. |
Problem
With the updates to Fomantic UI 2.9.0–2.9.3, a
SassC::SyntaxErroris raised when building the Fomantic UI CSS:Official Sass fix
sass/sass#2780 deals with the extended
@supportssyntax, and references a fix for DartSass.However, that issue explicitly says that LibSass will not be fixed because it is deprecated.
Potential solutions
@supportssyntax from the code, orThe text was updated successfully, but these errors were encountered: