Inspired by Google's Material Design principles, this generates Material themes for Google Blogger using sass.
##Generating Themes
- Create a new sass file defining all the variables. Refer this.
- Define overrides in
_overrides.sass
if required. - Then execute
sass [file name] > theme.css
##Using Themes
- Copy the contents of the generated css file or one of the themes here.
- Login to your Google Blogger account.
- Go to Template -> Customize -> Advanced -> Add CSS
- Paste the contents there and apply.
Here are some of the themes generated with material-blogger
See [this](http://lifepluslinux.blogspot.in/2015/08/material-theme-for-google-blogger.html) to see all changes.##Contributing