pug-bootstrap-attr

0.0.23 • Public • Published

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>

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.23
    0
    • latest

Version History

Package Sidebar

Install

npm i pug-bootstrap-attr

Weekly Downloads

0

Version

0.0.23

License

MIT

Last publish

Collaborators

  • he110world