This website requires JavaScript.
Explore
Help
Sign In
max
/
pixsy
Watch
1
Star
0
Fork
You've already forked pixsy
0
Code
Issues
8
Pull Requests
Releases
Wiki
Activity
d6f6043a3b
pixsy
/
node_modules
/
pug
/
test
/
cases
/
mixins.rest-args.pug
7 lines
98 B
Plaintext
Raw
Blame
History
mixin list(tag, ...items)
#{tag}
each item in items
li= item
+list('ul', 1, 2, 3, 4)
Reference in New Issue
View Git Blame
Copy Permalink