Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

bootscrap

dtao460.1.0

Programmatic access to Bootstrap and Bootswatch CSS files

readme

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.