From 2757337258ce7a91b07f57b0989026261af857f0 Mon Sep 17 00:00:00 2001 From: Gaetan SEMET Date: Wed, 22 Oct 2014 00:56:16 +0200 Subject: [PATCH] update README.rst --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d497ec1..f910c86 100644 --- a/README.rst +++ b/README.rst @@ -65,7 +65,11 @@ From my humble web 2.0 experience I choose the following technologies: **Less** This source file compiles to CSS file. I clearly prefere CSS over concurent solution like SCSS, it - is less powerful, but powerful enough, and doesn't repends on Ruby environment. + is less powerful, but powerful enough, and doesn't repends on Ruby environment (I hate when a tool + forces us to setup a complete environment, completely different from the current one). + + I clearly prefer the ``sass`` syntax, for the lack of curly braces, matching the two other file + format syntaxes. **Reference**: http://lesscss.org/