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

Use Dart Sass for Jekyll's sass conversions #4488

Merged
merged 2 commits into from
Jan 10, 2023
Merged

Conversation

parlough
Copy link
Member

@parlough parlough commented Jan 6, 2023

The old sassc gem uses libsass which is deprecated, replaced by Dart sass which is used by sass-embedded and jekyll-sass-converter 3+.

This PR updates to use Dart Sass, to help keep new changes compatible with future Sass and Jekyll versions but also as a step towards #4164.

Using / as a division operator is deprecated, so the options are calc(x / y), math.div(x, y), or in some cases it makes sense to switch to multiplication instead. This PR chooses switching to multiplication for most instances.

@parlough parlough added the review.tech Awaiting Technical Review label Jan 6, 2023
@github-actions
Copy link

github-actions bot commented Jan 6, 2023

Visit the preview URL for this PR (updated for commit c2d1c09):

https://dart-dev--pr4488-misc-use-dart-sass-f46xcxyl.web.app

(expires Mon, 16 Jan 2023 21:21:35 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: d851bc446d3c4d7394c5406c6f07255afc7075f3

@parlough parlough merged commit 49b2e84 into main Jan 10, 2023
@parlough parlough deleted the misc/use-dart-sass branch January 10, 2023 01:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review.tech Awaiting Technical Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants