Open tzi opened 8 years ago
Hi!
I'm using sass-lint 1.8.2 with empty-line-between-blocks: 2.
empty-line-between-blocks: 2
I'm surprised that the following code is considered as valid:
.foo { content: 'foo'; @media (min-width: 600px) { content: 'bar'; } @include a-mixin-with-content-argument() { content: 'baz'; } }
Is media-queries (and mixin with content argument) shouldn't be considered as block?
I can try to propose a PR if it is validate by the community :wink:
Cheers, Thomas.
Yeah, this looks like a bug to me. Should definitely be considered a block. Happy to receive a PR to fix this. Thanks! 👍
Hi!
I'm using sass-lint 1.8.2 with
empty-line-between-blocks: 2
.I'm surprised that the following code is considered as valid:
Is media-queries (and mixin with content argument) shouldn't be considered as block?
I can try to propose a PR if it is validate by the community :wink:
Cheers, Thomas.