Closed randycoulman closed 8 years ago
When I forked the project and tried to run the tests, I got three test failures due to a duplicate nesting-depth key in test/.sass-lint.yml.
nesting-depth
test/.sass-lint.yml
This removes the duplicate key which allows the tests to pass.
NOTE: I’m using sass-lint 1.5.1, if that makes a difference.
When I forked the project and tried to run the tests, I got three test failures due to a duplicate
nesting-depth
key intest/.sass-lint.yml
.This removes the duplicate key which allows the tests to pass.
NOTE: I’m using sass-lint 1.5.1, if that makes a difference.