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>

/pug-bootstrap-attr/

    Package Sidebar

    Install

    npm i pug-bootstrap-attr

    Weekly Downloads

    2

    Version

    0.0.23

    License

    MIT

    Last publish

    Collaborators

    • he110world