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

Add configuration for supporting additional extensions as .scss #2615

Merged
merged 2 commits into from
Mar 28, 2018

Conversation

xzyfer
Copy link
Contributor

@xzyfer xzyfer commented Mar 24, 2018

Using sass_option_push_import_extension implementors can choose
to treat any extension they like as a .scss file.

A deprecation warning for raw css imports has landed in 3.5-stable.
This is removes the non-standard raw css imports for 3.6.

Closes #1964
Fixes #2611

This is big step towards removing non-standard raw css imports.

Using `sass_option_push_import_extension` implementors can choose
to treat any extension they like as a `.scss` file.

Closes sass#1964
This is a non-standard, and confusion feature. Implementors can now
opt into supporting @import'ing additional file extentions with
`sass_option_push_import_extension`.
@xzyfer xzyfer force-pushed the optional-import-extensions branch from 5d8be50 to 31abae7 Compare March 27, 2018 06:48
@xzyfer xzyfer self-assigned this Mar 28, 2018
@xzyfer xzyfer merged commit 1da6264 into sass:master Mar 28, 2018
@xzyfer xzyfer deleted the optional-import-extensions branch March 28, 2018 09:45
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

1 participant