How to use bootswatch - 2 common examples

To help you get started, we’ve selected a few bootswatch examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ironSource / node-generator-chrome-ninja / src / build / index.js View on Github external
const paramCase = require('param-case')
    , bootswatch = require('bootswatch/api/3.json').themes
    , bareReact = require.resolve('generator-bare-react')
    , colors = require('chalk')

const { Base } = require('yeoman-generator')

const PERMISSIONS =
  [ 'tabs'
  , 'bookmarks'
  , 'cookies'
  , 'history'
  , 'management' ]

const DEV_DEPENDENCIES =
  { 'babelify': '~6.4.0'
  , 'browserify': null // use latest
  , 'envify': null
github ironSource / node-generator-chrome-ninja / src / build / index.js View on Github external
function bootswatchNames() {
  return bootswatch.map(theme => theme.name)
}

bootswatch

Bootswatch is a collection of themes for Bootstrap.

MIT
Latest version published 2 months ago

Package Health Score

79 / 100
Full package analysis