0.0.4 • Published 9 years ago

bespoke-theme-greeny v0.0.4

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

NPM version

bespoke-theme-greeny

Greeny theme for Bespoke.js View demo

Please note: This theme is in beta and designed for use with a future release of Bespoke.js

Download

Download the production version or the development version.

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'),
  greeny = require('bespoke-theme-greeny');

bespoke.from('#presentation', [
  greeny.theme(),
  greeny.scale()
]);

When using browser globals:

bespoke.from('#presentation', [
  bespoke.themes.greeny.scale(), // You don't have to use bespoke-scale
  bespoke.themes.greeny.theme()
]);

Special class

.inverse
  background-color: #2ecc71;
  color: #2c3e50;
  }

.stick
  border-width: 3px 0px;
  border-style: solid;
  border-color: #DDD;
  }

.single-words {
  word-spacing: 9999px;
  line-height: 2.9em;
  overflow: hidden;
  }

Credits

This theme was built with generator-bespoketheme.

License

MIT License

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

10 years ago

0.0.1

10 years ago