0.1.0 • Published 10 years ago

bootscrap v0.1.0

Weekly downloads
73
License
-
Repository
-
Last release
10 years ago

Bootscrap

I'm sure something like this already exists, but I couln't find it quickly so I made (another?) one myself.

This is basically an NPM package with the express purpose of providing programmatic access to Bootstrap and Bootswatch CSS files.

Usage

var bs = require('bootscrap');

bs.css()           // gets the CSS for the default, minified bootstrap.min.css
bs.css('flatly')   // gets the CSS for the 'Flatly' Bootswatch theme
bs.css('readable') // etc., etc.

Knock yourselves out.