initial
This commit is contained in:
6
node_modules/pug-lexer/test/cases/mixins.rest-args.pug
generated
vendored
Normal file
6
node_modules/pug-lexer/test/cases/mixins.rest-args.pug
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mixin list(tag, ...items)
|
||||
#{tag}
|
||||
each item in items
|
||||
li= item
|
||||
|
||||
+list('ul', 1, 2, 3, 4)
|
||||
Reference in New Issue
Block a user