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

Merge and enable feature.use 🎉 #1468

Merged
merged 60 commits into from
Oct 1, 2019
Merged

Merge and enable feature.use 🎉 #1468

merged 60 commits into from
Oct 1, 2019

Conversation

nex3
Copy link
Contributor

@nex3 nex3 commented Oct 1, 2019

See sass/sass#1094

[skip dart-sass]

This is caused because "identifier." is now expected to be followed by
another identifier, rather than being parsed as a number.
Also add specs for nesting @use within other rules
Add @use member usage and load error tests
Add partial specs for loading CSS with @use
Merge branch 'master' into feature.use
Merge master into feature.use
This does not include specs for functions that are newly defined as
part of the module system spec.
nex3 added 25 commits June 18, 2019 12:04
We just straightforwardly look for "../"s in files to determine if
they reach outside the directory being materialized.
Add specs for module-variables() and module-functions()
…1404)

Instead of using "root stylesheet" as the member name for the loaded
files, this now uses "@import" or "@use".
Merge origin/master into feature.use
Merge master into feature.use
These specs were wrong. The proposal clearly indicates that empty
configurations mean a module is not being configured.
Merge master into feature.use
Copy link

@nshahan nshahan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woohoo!

@nex3 nex3 merged commit 16a640b into master Oct 1, 2019
@nex3 nex3 deleted the merge-use branch October 1, 2019 23:33
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