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

Add option to use modern API in dart-sass #312

Merged
merged 3 commits into from
Feb 7, 2025

Conversation

mattyrob
Copy link
Contributor

@mattyrob mattyrob commented Oct 6, 2024

This PR aims to address #311.

It updates dependencies and moves to using sass (formerly dart-sass from node-sass since the latter is deprecated.

Tests are updated for layout and amended implementation of slash as division as required for dart-sass since 1.33

Lastly, the possibility to pass an option of api set as modern is implemented. This will utilise the more up-to-date API functions pending the removal of the legacy API in dart-sass 2.0.0.

@mattyrob
Copy link
Contributor Author

mattyrob commented Oct 6, 2024

I have not made changes to the workflow but have a further commit I can push that updates the GitHub action versions, drops testing on Node.js 8 and 10, and adds testing on Node.js 16,18 and 20.

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