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

Import error message does not specify error file's path #37

Open
hmalaud opened this issue Nov 19, 2019 · 0 comments
Open

Import error message does not specify error file's path #37

hmalaud opened this issue Nov 19, 2019 · 0 comments

Comments

@hmalaud
Copy link

hmalaud commented Nov 19, 2019

Using sugarss, when trying to import a file with an error (in this case, adding a semicolon at the end of a line), with the following project structure:

styles/styles.sss (master file)
styles/utils/mixins.sss

postcss-import outputs the full path of the nested error with the error type:
postcss-import: /Users/.../utils/mixins.sss:17:42: Unnecessary semicolon,
postcss-easy-import only outputs precss: /Users/.../styles.sss:9:1: Could not resolve the @import for "utils/mixins.sss".

Is it not possible to keep the full path in order to know what should be fixed and where?

@hmalaud hmalaud changed the title Nested import error message does not specify error file's path Import error message does not specify error file's path Nov 19, 2019
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

No branches or pull requests

1 participant