Open queckezz opened 10 years ago
Theres a new syntax for feeding in the given atrributes into a mixin.
So instead of writing
mixin check() input(attributes)
you now write
mixin check() input&:attributes(attributes)
see: https://github.com/visionmedia/jade/pull/1330 & https://github.com/visionmedia/jade/issues/1294
Just a hint if you didn't know already.
Actually, it's:
mixin check() input&attributes(attributes)
The colon didn't belong there.
Theres a new syntax for feeding in the given atrributes into a mixin.
So instead of writing
you now write
see: https://github.com/visionmedia/jade/pull/1330 & https://github.com/visionmedia/jade/issues/1294
Just a hint if you didn't know already.