0.97.81 • Published 8 years ago

materialize-themes v0.97.81

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Materialize Themes

A simple gulp task that generates all combinations of primary and secondary colors for the Materialize CSS Framework.

All generated themes are in the dist folder.

Versioning

materialize-themes version will match the version of materialize-css used to generate the themes. The current version is 0.97.8

Use

npm install -s materialize-themes

or

yarn add materialize-themes

Development

Install dependencies

npm install

or

yarn

To re-generate all color combinations in the dist folder:

npm run build