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

Migrate to Sass module system #63

Open
eritbh opened this issue Feb 17, 2020 · 2 comments
Open

Migrate to Sass module system #63

eritbh opened this issue Feb 17, 2020 · 2 comments

Comments

@eritbh
Copy link
Member

eritbh commented Feb 17, 2020

Announcement post and @use documentation

Sass has released a new module system that solves a lot of edge cases and issues that arose from repurposing @import for Sass files as well as local and remote CSS files. It would probably be beneficial to update the sass lib used in this project to a version that supports the new module system (Dart Sass 1.23.0 is listed as the first compatible version in the blog post). There's also a migration tool available that might help out here, though I haven't tested how well it works.

If I get some free time soon I may try to tackle this myself, the biggest challenge will probably just be ensuring that the version of Sass used for CI builds is correct.

@eritbh
Copy link
Member Author

eritbh commented Jul 8, 2020

blocked on #69, libsass doesn't support @use yet

@eritbh
Copy link
Member Author

eritbh commented Feb 8, 2021

#77 un-blocked this, soon:tm:

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

No branches or pull requests

1 participant