Skip to content

w3cj/materialize-themes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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