Skip to content

Instantly share code, notes, and snippets.

@kargirwar
Created October 28, 2017 12:15
Show Gist options
  • Save kargirwar/36363b2e4283312532beebdda2b0b8ec to your computer and use it in GitHub Desktop.
Save kargirwar/36363b2e4283312532beebdda2b0b8ec to your computer and use it in GitHub Desktop.
PHP pug mixin
mixin row(c1, c2, c3, c4)
tr
td= c1
td= c2
td= c3
td= c4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment