0.0.23 • Published 7 years ago

pug-bootstrap-attr v0.0.23

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

Build Status

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>
0.0.23

7 years ago

0.0.22

7 years ago

0.0.21

7 years ago

0.0.20

7 years ago

0.0.19

7 years ago

0.0.18

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago