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

Parse issue with @import #94

Open
bleff opened this issue Sep 2, 2019 · 0 comments
Open

Parse issue with @import #94

bleff opened this issue Sep 2, 2019 · 0 comments

Comments

@bleff
Copy link

bleff commented Sep 2, 2019

Problem Description

Can not parse @import in scss file

Put into words briefly what you have encountered
I've executed such command
sass-lint-auto-fix -c sass-lint-auto-fix.yml

The following file contains:
files:
include: "/*.s+(a|c)ss"
ignore:
- node_modules/

syntax:
include:
- scss
- sass
resolvers:
property-sort-order: 1

It processed a couple of scss files without @import well but was stopped when tried to parse file with @import '../../base-vars.scss'

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