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 a deprecation warning for @import's that resolved .css files #2613

Merged
merged 1 commit into from
Mar 24, 2018

Commits on Mar 24, 2018

  1. Add a deprecation warning for @import's that resolved .css files

    This is the first to removing native CSS imports.
    
    Like Ruby Sass, Dart Sass will not implement this behaviour. This is
    blocking compatibility between Node Sass and Dart Sass.
    
    This is a non-standard behaviour which is constant source of confusion.
    
    We had originally planned to removed this behaviour when the module
    system was ready. However that has feature has been delayed and
    people are continuing to be tripped up by this behaviour.
    xzyfer committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    b4a94fc View commit details
    Browse the repository at this point in the history