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

*ImportCache.canonicalize: Deprecate base importer without URL #2213

Closed
wants to merge 1 commit into from

Conversation

nex3
Copy link
Contributor

@nex3 nex3 commented Apr 9, 2024

See #2208
See sass/sass#3832
See sass/sass-spec#1971

[skip sass-embedded]

String get extension => switch (this) {
Syntax.sass => '.sass',
Syntax.scss => '.scss',
Syntax.css => 'css'
Copy link
Contributor

Choose a reason for hiding this comment

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

shouldn't this be .css ?

@nex3
Copy link
Contributor Author

nex3 commented Apr 9, 2024

Per #2208 (comment), we've decided not to deprecate this after all.

@nex3 nex3 closed this Apr 9, 2024
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.

None yet

2 participants