chrislopresto/guard-scss-lint

Sass > Error: Illegal nesting: Only properties may be nested beneath properties.

paulrobertlloyd opened this issue · 0 comments

When using a Guardfile that uses guard-sass-lint, the follow error occurs:

21:42:38 - ERROR - [Sass] Sass > Error: Illegal nesting: Only properties may be nested beneath properties.
> [#]         on line 7 of source/_stylesheets/helpers/mixins/_typography.scss
> [#]         from line 6 of source/_stylesheets/global.scss

This happens on multiple files, that includes code that is correctly nested.

Invoking scss-lint via the shell (or via guard-shell) does not cause this error.
Invoking sass via the shell does not cause this error.