From daa94628f34c82a8699a2b81722f27a80d2b4a78 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Tue, 12 May 2015 12:14:05 +0300 Subject: readme: coding conventions - Ant --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b43c1854..e26be279 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,10 @@ To update the css files you need [sass](http://sass-lang.com/). To rebuild the c For dev mode(debbuging, manual file load) use `?debug=1` at end of URL: e.g. `file://rhizifolder/html.index?debug=1` -## CSS / SCSS Coding Conventions +## Coding Conventions - Ant Scripts +- use underscore as delimiter in var name, eg: pkg_foo_bar + +## Coding Conventions - CSS / SCSS - assume use of modern browsers - indent files using 4 space characters - apply alphabetical ordering whenever possible: selectors, directives, etc. -- cgit v1.3.1