pug-bootstrap-attr
v0.0.23
Published
pug-bootstrap with attributes support
Downloads
37
Maintainers
Readme
pug-bootstrap
A port of JADE-Bootstrap from jade to pug.
This repo is for modifing several bugs found in the original repo pug-bootstrap
About this fork (he110world/pug-bootstrap)
Added attributes support to mixins, ie:
+btn("Button")(id="myId")
will be converted to
<button class="btn btn-default" type="button" id="myId">Button</button>