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

Commits on Mar 27, 2018

  1. Add configuration for supporting additional extensions as .scss

    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
    xzyfer committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    5a4093d View commit details
    Browse the repository at this point in the history
  2. Remove raw css imports

    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 committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    31abae7 View commit details
    Browse the repository at this point in the history