pixsy/node_modules/pug-lexer/test/cases/mixins.rest-args.pug
synth-ruiner 495f1d958e initial
2017-12-22 17:22:08 +00:00

7 lines
98 B
Plaintext

mixin list(tag, ...items)
#{tag}
each item in items
li= item
+list('ul', 1, 2, 3, 4)