Skip to content

Commit

Permalink
doc: update contributing guidelines for sass
Browse files Browse the repository at this point in the history
  • Loading branch information
enyo committed Jan 24, 2015
1 parent ae5bdfa commit afd9260
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ This will install all the tools you need to compile the source files and to test
the library.


Coffeescript & Stylus (-> Javascript & CSS)
Coffeescript & Sass (-> Javascript & CSS)
------------------------------------------

Dropzone is written in [Coffeescript](http://coffeescript.org) and
[Stylus](http://learnboost.github.com/stylus/) so *do not* make
[Sass](http://sass-lang.com/) so *do not* make
changes to the Javascript or CSS files

**I will not merge requests written in Javascript or CSS.**

Please don't include compiled `.js` or `.css` files in your pull requests but only
`.coffee` or `.styl` files. That way pull requests aren't polluted and I can see
`.coffee` or `.scss` files. That way pull requests aren't polluted and I can see
immediately what you changed.


Expand Down

0 comments on commit afd9260

Please sign in to comment.