You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently @includeing a mixin at the top level (i.e. not inside a selector) incorrectly raises a 'mixins-before-delcarations' warning, when this should be acceptable (there are no properties before it!).
I would expect that this would raise no additional linting errors.
The text was updated successfully, but these errors were encountered:
BPScott
changed the title
mixins-before-declarations should not error with top-level mixins
mixins-before-declarations should not raise warning with top-level mixins
Sep 28, 2015
Currently
@include
ing a mixin at the top level (i.e. not inside a selector) incorrectly raises a 'mixins-before-delcarations' warning, when this should be acceptable (there are no properties before it!).To reproduce, add the following to the bottom of mixins-before-declarations.scss:
I would expect that this would raise no additional linting errors.
The text was updated successfully, but these errors were encountered: