Hans Grinwis

Results 2 issues of Hans Grinwis

Given this: ``` @mixin bordered() { border: 1px solid #f8e633; } .box { @include bordered(); } ``` The rule ``` "scss/at-mixin-argumentless-call-parentheses": "never" ``` will flag `@include bordered();` as a warning....

Hello junstyle, Thank you for this extension. When writing this piece of code: ``` {% macro menuLink(href, config, active = false, class = '') %} ``` the extension reports the...