We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: