Skip to content

rodrigo-tsuru/bespoke-theme-scalait

Repository files navigation

Build Status

bespoke-theme-scalait

Scala IT Solutions 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'),
  scalait = require('bespoke-theme-scalait');

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

When using browser globals:

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

Package managers

npm

$ npm install bespoke-theme-scalait

Bower

$ bower install bespoke-theme-scalait

Credits

This theme was built with generator-bespoketheme.

License

MIT License

About

Bespoke Theme for Scala IT Solutions

Resources

License

Stars

Watchers

Forks

Packages

No packages published