bespoke-theme-mozilla-sandstone

0.0.2 • Public • Published

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

Package Sidebar

Install

npm i bespoke-theme-mozilla-sandstone

Weekly Downloads

1

Version

0.0.2

License

none

Last publish

Collaborators

  • bensternthal