Hans Grinwis

Results 5 comments of Hans Grinwis

No probs. The rule `"scss/at-mixin-argumentless-call-parentheses": "never"` will force me to *call* my mixin with `@include bordered` (without parentheses). I would expect there to be a rule to force me to...

Hello @codepushr, if you include a space between the two mustaches `}}` after `'expense_form'` it formats fine. The plugin thinks `}}` is a Twig print delimiter where they are two...

Additionally, `v-on:click` throws an error when an event modifier is present. As in: ``` OK ``` https://vuejs.org/v2/guide/events.html#Event-Modifiers

As twig is supercharged HTML, `` should work. (Please note that if you do not strip HTML comments in your build process, it will end up in the code sent...

@furioursus That's a nice workaround. Thank you!