From afd9260af953e1bdfbcb92a98ed7532a6057417f Mon Sep 17 00:00:00 2001 From: Matias Meno Date: Sat, 24 Jan 2015 16:38:26 +0100 Subject: [PATCH] doc: update contributing guidelines for sass --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0fec19e9d..56d9719b4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.