-
Notifications
You must be signed in to change notification settings - Fork 357
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
Merge feature.use into master #724
Conversation
Merge master into feature.use
This allows us to have one fewer synchronized file, which reduces complexity, and also lets us just write "Module" in async code rather than "AsyncModule".
Merge master into feature.use
The way this worked previously, you could call "mod.rgb()" for any module and it would be the same as calling the built-in rgb() function.
See sass/sass#1094 See #554
Add support for @forward
Merge branch 'master' into feature.use
Partially addresses #554
Add module-variables() and module-functions()
This isn't actually ready for review yet; I want to wait until #722 has landed as well. |
Now it's ready! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I appreciate the thorough review! Normally for these sorts of merges you don't need to go through all the changes since they were already reviewed when they landed on feature.use
, but you did find some problems so I can't complain 😅.
I've addressed your comments in #729, which I'll merge into this PR once it lands.
See sass/sass-spec#1411