-
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 and enable feature.use 🎉 #835
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
18b06df
Merge remote-tracking branch 'origin/master' into merge-master
nex3 ccec934
Merge pull request #736 from sass/merge-master
nex3 6f89055
Add support for "@use with" (#728)
nex3 fe30fd6
Add the ability for built-in modules to expose mixins
nex3 bfbe1ef
Add a load-css() function
nex3 b8186fe
Merge remote-tracking branch 'origin/master' into merge-master
nex3 3c3fd1f
Merge pull request #746 from sass/merge-master
nex3 72d9328
Merge remote-tracking branch 'origin/feature.use' into load-css
nex3 88774b3
Fix a Dart 2.4 analysis hint
nex3 1fb3d1f
Merge pull request #741 from sass/load-css
nex3 437e04e
Merge remote-tracking branch 'origin/master' into feature.use
nex3 c0f51c2
Merge pull request #765 from sass/merge-master
nex3 e454647
Improve the error message for a global member conflict (#762)
nex3 6775490
Merge remote-tracking branch 'origin/master' into merge-master
nex3 5629f59
Merge pull request #782 from sass/merge-master
nex3 5349042
Allow @use in the REPL (#784)
nex3 8dea51d
Change variable syntax to namespace.$name (#803)
nex3 75c0452
Merge branch 'master' into feature.use
nex3 cfd5cd7
Merge pull request #817 from sass/merge-master
nex3 93a3a6f
Merge branch 'master' into feature.use
nex3 7bfbba0
Merge pull request #830 from sass/merge-master
nex3 75305a1
Always use a non-null map for _EvaluateVisitor._configuration (#827)
nex3 7d34406
Remove adjust-hue() from sass:color (#828)
nex3 fa3c657
Support multiple global uses in one file (#833)
nex3 97203f1
Merge branch 'feature.use'
nex3 5052350
Bump the pubspec and add a changelog entry for @use
nex3 586a0eb
Code review change
nex3 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Just want to warn you that the link for the migrator isn't live yet.