Skip to content

bensternthal/bespoke-theme-mozilla-sandstone

Repository files navigation

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

About

A Mozilla Sandstone Theme For Bespoke.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published