I did a new style for your Git gh_page

Can i send a pull request with the modifications with the new themes black &white ?
I really love your styles! But you should have updated the .sass files in source/stylesheets instead of the generated .css files in the gh-pages branch :(
Any chance you can greate a new pull request using the files in source ?
There is a middleman system for creating the gh-pages files from the files in source:
middleman
will create a local web servr using the .sass and .haml files on localhost:4567
middleman build
will build all the files needed for the gh-pages branch and put them in a build folder. The gh-pages branch is just a copy of those generated file …
But anyway, great work!
@sbstjn, So, Can i change extension .sass for .scss inside the folder 'stylesheets' ?
Don't you dare use SCSS instead of SASS ;)