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

Update to support forthcoming SCSS module system #4

Open
smithki opened this issue Jul 15, 2019 · 1 comment
Open

Update to support forthcoming SCSS module system #4

smithki opened this issue Jul 15, 2019 · 1 comment

Comments

@smithki
Copy link
Contributor

smithki commented Jul 15, 2019

SCSS is making some major updates to its module system. The changes are proposed to land in Libsass (C/Node bindings) by October 2019. The changes will not be breaking for some time:

One year after both implementations have launched stable support for the full module system proposal (tentatively 1 October 2020), we will deprecate @import as well as all global core library function calls that could be made through modules.

I'm opening this issue as a reminder to support the new syntax by end of year.

Feel free to assign this to me. I am happy to implement the necessary changes.

@smithki
Copy link
Contributor Author

smithki commented Jul 15, 2019

Just to note: I believe the changes to SCSS core will make the "primary interface" (@include A(...)) and (less certain) @include A(config, ...) obsolete.

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