timesheet.js icon indicating copy to clipboard operation
timesheet.js copied to clipboard

I did a new style for your Git gh_page

Open Luanramos opened this issue 10 years ago • 3 comments

black-theme white-theme

Can i send a pull request with the modifications with the new themes black &white ?

Luanramos avatar Mar 05 '15 23:03 Luanramos

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 avatar Mar 06 '15 08:03 sbstjn

@sbstjn, So, Can i change extension .sass for .scss inside the folder 'stylesheets' ?

Luanramos avatar Mar 06 '15 21:03 Luanramos

Don't you dare use SCSS instead of SASS ;)

sbstjn avatar Jul 04 '15 17:07 sbstjn