Lines Matching refs:mixin
79 …* Check mixin arguments are valid JavaScript expressions ([@ForbesLindesay](http://www.forbeslinde…
94 …* Allow optional white space after `+` when calling a mixin ([@char101](https://github.com/char101…
98 …* Fix error reporting when mixin block was followed by blank lines ([@ForbesLindesay](http://www.f…
160 …* Fix a corner case where a mixin was called with `&attributes` but no other attributes and a bloc…
165 …* Fix a corner case where a mixin was called with `&attributes` but no other attributes and a bloc…
188 * Support mixin blocks at the end of files ([@ForbesLindesay](http://www.forbeslindesay.co.uk/))
209 …* Fix mixin/block interaction ([@ForbesLindesay](http://www.forbeslindesay.co.uk/) & [@paulyoung](…
210 …* Ignore trailing space after mixin declaration ([@ForbesLindesay](http://www.forbeslindesay.co.uk…
221 * Allow interpolation for mixin names ([@jeromew](https://github.com/jeromew)
424 * Added mixin tag-like behaviour [chowey]
430 * Added preliminary mixin block support. Closes #310
445 * Fixed #1070, reverted mixin function statements
524 * Fixed parens in mixin args. Closes #380
617 * Added `mixin` support