0.0.2 • Published 9 years ago

bespoke-theme-mozilla-sandstone v0.0.2

Weekly downloads
4
License
-
Repository
github
Last release
9 years ago

Build Status

bespoke-theme-mozilla-sandstone

Mozilla Sandstone Bespoke.js Theme View demo

Download

Download the production version or the development version, or use a package manager.

Usage

This theme is shipped in a UMD format, meaning that it is available as a CommonJS/AMD module or browser global.

For example, when using CommonJS modules:

var bespoke = require('bespoke'),
  mozillaSandstone = require('bespoke-theme-mozilla-sandstone');

bespoke.from('#presentation', [
  mozillaSandstone()
]);

When using browser globals:

bespoke.from('#presentation', [
  bespoke.themes.mozillaSandstone()
]);

Package managers

npm

$ npm install bespoke-theme-mozilla-sandstone

Bower

$ bower install bespoke-theme-mozilla-sandstone

Credits

This theme was built with generator-bespoketheme.

License

MIT License