Skip to content

Not resolving to real file in sourceMap #9

@cdatehortuab

Description

@cdatehortuab

When you enable the sourceMap option for node-sass, if you have:

@import "CSS:some_folder/some_file";

in some file,

you get

...
"sources": [
  ...
  "...../CSS:some_folder/some_file",
  ...
],
...

in the sourceMap file.

I think "...../CSS:some_folder/some_file" should be resolved to the path of the real file imported.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions