Skip to content
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

Fix Sass compilation #2

Merged
merged 1 commit into from
Jul 10, 2023
Merged

Fix Sass compilation #2

merged 1 commit into from
Jul 10, 2023

Conversation

deviant
Copy link

@deviant deviant commented Jul 10, 2023

Sass support was removed from Sinatra 3 due to the ruby-sass gem becoming unmaintained[1]. Support has since been re-added[2], backed by the modern sass-embedded gem, but this hasn't landed in a Sinatra release yet. Until that happens, let's shim the rendering method.

[1] sinatra/sinatra#1768
[2] sinatra/sinatra#1911

Sass support was removed from Sinatra 3 due to the `ruby-sass` gem
becoming unmaintained[1]. Support has since been re-added[2], backed
by the modern `sass-embedded` gem, but this hasn't landed in a Sinatra
release yet. Until that happens, let's shim the rendering method.

[1] sinatra/sinatra#1768
[2] sinatra/sinatra#1911
@lejonet lejonet merged commit 79f3e80 into lejonet:main Jul 10, 2023
@deviant deviant deleted the fix-sass branch July 10, 2023 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants