Material theme for deck.js.
Bower, Bourbon, Neat, and deck.js.
Additionally, this theme uses the Roboto and Open Sans fonts, so you should provide them, e.g., with Web Font Loader.
Other dependencies are managed via Bower. Make sure your Bower components directory is in your Sass load path.
This theme assumes you have already imported Bourbon and Neat into your project. Additionally, you should import the reset theme included with deck.js.
For example, this will work with most modern build systems,
@import bourbon
@import neat
@import deck.js/themes/style/reset
@import deck.js-material
Add this as a dependency to your project using Bower with
$ bower install --save deck.js-material
The deck.js-material source is hosted on GitHub. To clone the project run
$ git clone https://github.com/razor-x/deck.js-material.git
You will need Ruby ≥ 2 with [Bundler] and Bower.
Install the development dependencies with
$ bundle
Run rake -T
to see all Rake tasks.
rake build # Compile Sass to CSS
rake clean # Remove build directory
rake watch # Have Sass watch for changes
Please submit and comment on bug reports and feature requests.
To submit a patch:
- Fork it (https://github.com/razor-x/deck.js-material/fork).
- Create your feature branch (
git checkout -b my-new-feature
). - Make changes.
- Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin my-new-feature
). - Create a new Pull Request.
This Sass package is licensed under the MIT license.
This software is provided "as is" and without any express or implied warranties, including, without limitation, the implied warranties of merchantibility and fitness for a particular purpose.