Skip to content

LibSass should not import files without an extension #2672

@nex3

Description

@nex3

If I have these files:

// test.scss
@import "other"

// other
a {b: c}

Ruby Sass and Dart Sass will fail to import other, but LibSass will import it as SCSS. This is incorrect behavior (since there's no way to tell which syntax the user intends to use), and it should be deprecated and eventually removed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Compatibility - P2Moderately important for compatibility with the Sass spec and ecosystemFeature - Request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions